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:
Marsh Posté le 10-07-2003 à 12:23:43
en php3 y'a pas $_POST, faut utiliser $HTTP_POST_VARS
Marsh Posté le 10-07-2003 à 13:18:29
ok ca marche maintenant alors que tout a lheure nan merci RiderCrazy
Make sure you enter the(*)required information where indicate.HTML code is not allowed
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: