Ver Mensaje Individual
  #12 (permalink)  
Antiguo 13/02/2004, 18:59
Avatar de Gerald
Gerald
 
Fecha de Ingreso: julio-2003
Mensajes: 1.356
Antigüedad: 20 años, 10 meses
Puntos: 2
Código PHP:
<?
     
if ($_POST['password']=="aca puse mi contraseña "){
?>
<br>Bienvenidos la seccion de miembros
<table>
<tr><td>blabla.............</td</tr></table>
.... etc etc etc

<?
 
}else{
?>
<head>
</head>
<body>
<form name="forma_1" method="post" action="miembros.php">
contraseña<input type="text" name="password">
<input type="submit" value="Entrar ">
</form>
</body>
</html>
<?
}
?>
Esta pagina debe tener extension php
Ejemplo Miembros.php
__________________
Solo por Hoy: Trataré de fortalecer mi mente. Estudiaré y aprenderé algo útil
Hoteldipity
Arte Caracol

Última edición por Gerald; 13/02/2004 a las 19:00