Solution de l'exercice :

Source : lesson_14_f0_http_params.php Résultat

<table border="0" cellspacing="5" cellpadding="5">
<form action="show_solutions.php?exercise=lesson_14_f1_http_params.php" method="POST">
<tr>
    <td>Votre Nom :</td>
    <td><input type="text" size="10" name="f_name"></td>
</tr>
<tr>
    <td>Prénom </td>
    <td><input type="text" size="10" name="f_first_name"></td>
</tr>
<tr>
    <td>Age </td>
    <td><input type="text" size="2" name="f_old"></td>
</tr>
<tr>
    <td colspan="2" align="center"><input type="submit"
name="submit" value="Envoyer le formulaire"></td> </tr> </form> </table> </center>

Votre Nom :
Prénom
Age


Tous droits réservés. 2005-2020