A voir également:
- [PHP] Récupération de valeur, Méthode POST
- Easy php - Télécharger - Divers Web & Internet
- Convertisseur récupération de texte - Guide
- Logiciel gratuit calcul valeur nutritionnelle - Télécharger - Santé & Bien-être
- Post it windows - Télécharger - Agendas & Calendriers
- Impossible de récupérer mon compte gmail - Guide
2 réponses
<?php //Si fonction de validation de la page administration If (isset ($_POST['val'])) { echo $_POST['url'].'<br>'; echo $_POST['message_acc'].'<br>'; }; // Si validation du formulaire de connexion if (isset($_POST['Valider'])) // Affichage du panneau d'administration { echo '<br><div align=center><font size=5><b>ADMINISTRATION<br></b></font></div> <HR WIDTH=50%><br> <center><table bgcolor=#CCCCFF cellpadding="10"> <tr> <form action="admin_bis.php" method="post"> <td> <div align=left> <font size=3> <b>URL d\'accès du site de la médiathèque :<b> </font> </div> <INPUT size=65% type=text name="url"><br><br>'; </td> <td> <div align=center> <input type="submit" name="val" value="Valider"><br><br> </form> <input type="button" name="Quitter" value="Quitter" OnClick="window.location.href=\'admin.php\'"><br><br> <form action="gestion_liens.php" method="post"> <input type="submit" name="Gestion" value="Gestion des liens"> </form> <br><br> </div> </td> </tr> <tr> <td colspan=2> <form name="mess_def" action="admin_bis.php" method="post"> <div align=left> <font size=3> <b>Message de la page d\'accueil<b></font>      <input type="button" name="defaut" value="DEFAUT" onClick="maj_mess_acc()"><br><br> </font> </div> <TEXTAREA rows="5" cols="70" name="message_acc"></TEXTAREA> </form> </td> </tr> </table></center>'; }; ?>