Ver Mensaje Individual
  #28 (permalink)  
Antiguo 15/12/2012, 23:52
arlene90
 
Fecha de Ingreso: septiembre-2012
Mensajes: 103
Antigüedad: 11 años, 7 meses
Puntos: 0
Respuesta: llenar arreglo con checkbox y caja de texto

Esta asi, por cierto este formulario recibe la cedula de otro formulario


Código PHP:
$editFormAction $_SERVER['PHP_SELF'];
if (isset(
$_SERVER['QUERY_STRING'])) {
  
$editFormAction .= "?" htmlentities($_SERVER['QUERY_STRING']);