Ver Mensaje Individual
  #3 (permalink)  
Antiguo 23/10/2007, 02:11
oskitz
 
Fecha de Ingreso: agosto-2007
Mensajes: 64
Antigüedad: 16 años, 8 meses
Puntos: 0
Re: Actualizacion

Hola,

Este es el $editFormAction que tengo:

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

y lo tengo puesto al principio del codigo.

Gracias y saludos