pb avec $_POST !!!!

pb avec $_POST !!!! - PHP - Programmation

Marsh Posté le 10-07-2003 à 12:21:35    

voila
pige pas  
 
code HTML:
 
<form method="post" action="verif.php3">
valeur : <input type="text" name="value" size="25"><input type ="submit" value="RECHERCHER">
</form>
 
code verif.php3:
 
<?PHP
$VAL=$_POST['value'];
echo "La valeur est *<b>$VAL</b>*";
?>
 
 
et j'obtiens rien. $VAL est vide !!!!
jai testé avec $http_post_var(je sais plus si c'est exactement ca). pareil
 
please help.!!!:crazy:

Reply

Marsh Posté le 10-07-2003 à 12:21:35   

Reply

Marsh Posté le 10-07-2003 à 12:23:43    

en php3 y'a pas $_POST, faut utiliser $HTTP_POST_VARS

Reply

Marsh Posté le 10-07-2003 à 13:18:29    

RiderCrazy a écrit :

en php3 y'a pas $_POST, faut utiliser $HTTP_POST_VARS


 
ok ca marche maintenant
alors que tout a lheure nan :??:
 
merci RiderCrazy :jap:

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed