naslevitchsz
12/10/2006, 17h01
Hello tout le monde.
Voila un script php tout con :
<html>
<form name="form1" method="post" action="">
<input type="password" name="password" id="password">
<input name="dd" id="dd" type="text"/>
<input name="Submit" type="submit" class="btn" value="Envoyer">
</form>
</html>
<?
echo "Salut !\n";
echo $password;
echo $dd;
echo"<br>";
if($password=="lol") echo"lol";
?>
Quelque soit les variables, la page ne renvoi rien, mis a part "Salut !"
Pourquoi ? chez free pourtant ça marche...
ps : idem avec method="get" ou action="?" ou action="bidul.php" ou action="bidul.php?password=<? echo $password ?>"
Voila un script php tout con :
<html>
<form name="form1" method="post" action="">
<input type="password" name="password" id="password">
<input name="dd" id="dd" type="text"/>
<input name="Submit" type="submit" class="btn" value="Envoyer">
</form>
</html>
<?
echo "Salut !\n";
echo $password;
echo $dd;
echo"<br>";
if($password=="lol") echo"lol";
?>
Quelque soit les variables, la page ne renvoi rien, mis a part "Salut !"
Pourquoi ? chez free pourtant ça marche...
ps : idem avec method="get" ou action="?" ou action="bidul.php" ou action="bidul.php?password=<? echo $password ?>"