Ver Mensaje Individual
  #3 (permalink)  
Antiguo 19/01/2007, 20:20
Avatar de Netfrank
Netfrank
 
Fecha de Ingreso: marzo-2006
Ubicación: Las Talitas - Tucumán
Mensajes: 226
Antigüedad: 19 años
Puntos: 3
Re: Script a veces aparece como inexistente.

Script:

Código PHP:
<?

if(empty($Nombre)){
header("Location: usuarios_registro.php?Error=Nombre");
} elseif(empty(
$Apellido)){
header("Location: usuarios_registro.php?Error=Apellido");
echo 
"Apellido";
} elseif(empty(
$Edad)){
header("Location: usuarios_registro.php?Error=Edad");
} elseif(empty(
$Fecha_Nac1)){
header("Location: usuarios_registro.php?Error=Fecha_Nac1");
} elseif(empty(
$Fecha_Nac2)){
header("Location: usuarios_registro.php?Error=Fecha_Nac2");
} elseif(empty(
$Fecha_Nac3)){
header("Location: usuarios_registro.php?Error=Fecha_Nac3");
} elseif(empty(
$Provincia)){
header("Location: usuarios_registro.php?Error=Provincia");
} elseif(empty(
$Localidad)){
header("Location: usuarios_registro.php?Error=Localidad");
} elseif(empty(
$Email)){
header("Location: usuarios_registro.php?Error=Email");
} else {
//aqui va un header que pasa las variables a otro script.
?>
__________________
-- Franco D. Ocaranza
-- [email protected]
-- http://www.jmqv.com.ar/