Ver Mensaje Individual
  #5 (permalink)  
Antiguo 31/10/2009, 09:10
Avatar de pato12
pato12
 
Fecha de Ingreso: septiembre-2007
Ubicación: Salta
Mensajes: 1.620
Antigüedad: 17 años, 1 mes
Puntos: 101
Respuesta: ¿php la mejor elección?

Hola,
Prueba haci:
Código php:
Ver original
  1. if($_POST&&$_POST['clave']){
  2.     $clave_entrar='mi clave';
  3.     $pagina_secreta='index2.php';
  4.     if($_POST['clave']==$clave_entrar){
  5.         if(!headers_sent())
  6.             header('Location: '.$pagina_secreta);
  7.         else
  8.             echo '<script type="text/javascript">window.location.href="'.$pagina_secreta.'";</script><noscript><meta http-equiv="refresh" content="0;url='.$pagina_secreta.'" /></noscript>';
  9.     }else{
  10.         echo 'Clave incorrecta.';
  11.     }
  12. }
  13. ?>
  14.  
  15. <form name="form1" method="post" action="">
  16.   <label>
  17.     Clave:
  18.     <input type="password" name="clave" id="clave">
  19.   </label>
  20.   <label>
  21.     <input type="submit" name="Entrar" id="Entrar" value="Entrar">
  22.   </label>
  23. </form>
Suerte
Salu2
__________________
Half Music - www.halfmusic.com