no save
Assistance
Achat
News

Forum | webmastering
[PHP] Traitement formulaire confirmation
GhostRider74, le ven. 28 mars 2008 à 21:09:45
dans ta premiere page
<form action="deluser.php?numTel=$numTel&login_utilisateur=$login" method ="post">
<center>
<INPUT type="submit" value="Oui" name"choix" >
<INPUT type="button" value="Non" name"choix" >
</center>
</form>";

dans ta page de reception il te suffit de metre
<?php
echo $_POST[choix]
?> et sa t'affichera le choix du visiteur
Précédentjhlhlfg972
mars 08


REPONSES
ceto84
mai 07
jhlhlfg972
mars 08
GhostRider74
mars 08
Version Web
Réalisé par RedShift
no save