Ver Mensaje Individual
  #2 (permalink)  
Antiguo 11/05/2006, 14:03
Avatar de skatomundo
skatomundo
 
Fecha de Ingreso: junio-2002
Ubicación: Santiago - CL
Mensajes: 2.532
Antigüedad: 21 años, 10 meses
Puntos: 125
Código PHP:
<?php
if ($fila==0)
{
Header ("Location: visitas.html?email=".$email);
}else{
echo 
"Existe";
}



luego en la caja de texto recuperas:

<
input name="email" type="text" value="<?php echo $email; ?>" size="20">