|
|
|
|
Salut !
<form name="form1" method="POST" action="verif.php"> <input type="password" name="mdp"> </form>le fichier verif.php : <?php
if($_POST['mdp'] == "ton mot de passe")
{
include('ta page d'index de photo.htm ou .html');
}
?>;-)
Max |
Bonjour,
|
Pour info:
|