Ah lalalala !
Tu envoies ton utilisateur sr une page pHp, et tu ne sais mm pas mettre de mdp ?
tu peux mm crypter ton mdp en "md5", si ca te chante ! Au moins, t'es sur que personne ne pourra y aller !
Sinon:
<?php
if (($password=="")||($username=="")) //premiere visite
{echo "<form action=";?><?PHP_SELF?>
<?echo "<input type = text name=username>";
echo "<input type=password name=password>";
echo "</form>";
}
elseif (($password=="Zishan")||($username=="Zishan"))
{echo '<script language=javascript>
window.location="detection_incendies.php";
</script>'; }
else
{echo "MAUVAIS USER OU MOT DE PASSE !";}
Voila qui devrait t'aider...