Tema: pedir edad
Ver Mensaje Individual
  #3 (permalink)  
Antiguo 30/09/2008, 09:44
Avatar de stone_neo
stone_neo
 
Fecha de Ingreso: abril-2004
Ubicación: Peru
Mensajes: 438
Antigüedad: 20 años, 1 mes
Puntos: 15
Respuesta: pedir edad

Prueba con esto:


Código:
<?
if($_GET['enviar'] !=""){
   if($_POST['edad'] < 100){
      echo "edad correcta";
  }
  else{
      echo "Edad incorrecta: ";
  }
}
else{
?>
<form action="prueba.php?enviar=1" method="post">
<input name="edad" type="text">
<input type="submit" name="enviar">
</form>
<?
}
?>
Saludos.
__________________
Rubén Darío Huamaní Ucharima
Web : http://www.gorilla-soft.com
Usuario Linux #382 100 :-)