[PHP] Comment on fait pour récupérer un chps d'insertion html?

Comment on fait pour récupérer un chps d'insertion html? [PHP] - Programmation

Marsh Posté le 24-01-2001 à 22:20:27    

juste un champs! poour le récupérer en variable php! je sais je suis nul mais répondez moi!

Reply

Marsh Posté le 24-01-2001 à 22:20:27   

Reply

Marsh Posté le 24-01-2001 à 22:29:41    

si t'as ça en html:
<form method="post" action="machin.php3">
<input name="nom" value="">
</form>
 
en php t'as ça
$nom;
ou ça:
$HTTP_POST_VARS["nom"];

 

--Message édité par Roswell_--

Reply

Sujets relatifs:

Leave a Replay

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