Source: lesson_14_f0_http_params.php | Résultat |
<table border="0" cellspacing="5" cellpadding="5"> <form action="show_exercises.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 colspan="2" align="center"><input type="submit" name="submit" value="Envoyer le formulaire"></td> </tr> </form> </table> </center>
|
|