Ver Mensaje Individual
  #4 (permalink)  
Antiguo 18/06/2008, 16:03
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años
Puntos: 2135
Respuesta: Como se hace un $_POST en la misma pagina???.....

Código PHP:
<input type="text" name="agente" value="<?php echo $_POST['agente']; ?>" />
Saludos.