Php : page formulaire

Titrepage formulaire
Postée le14-06-2008
Affichée136
Lienhttp://www.codeswall.info/source-49.html
Descriptionadmin2.php
EtatInconnu. Inconnu.
Code d'insertion
OptionsRetirer les numéros de lignes.
TéléchargementTelecharger en format txtTelecharger en format pdf
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" >
  3. <head>
  4. <title>Ordistore</title>
  5. </head>
  6. <body bgcolor="#0066FF">
  7.                                                 <form action="administration.php" method="post" enctype="multipart/form-data" name="form1" id="form1">
  8.                                                 <b>Login:</b><input name="login" type="text" id="login" value="<?php print $login; ?>" size="50" maxlength="100" ><br>
  9.                                                 <b>Login:</b><input name="mot_de_passe" type="text" id="mot_de_passe" value="<?php print $mot_de_passe; ?>" size="50" maxlength="100" ><br>
  10.                                                 <input type="submit" style="margin-left:60px;" name="Submit" value="Identification >>" >
  11. </body> 
  12. </html>