Ver Mensaje Individual
  #3 (permalink)  
Antiguo 21/02/2008, 09:19
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años, 9 meses
Puntos: 2135
Re: IsPostback en PHP?

Prueba poner algo así al inicio de tu pagina:
Código PHP:
if( strtoupper$_SERVER['REQUEST_METHOD'] ) == "POST" ) { // Es un postback

} else { // Es un request normal


Saludos.