Php > page formulaire

Titrepage formulaire
Postée le14-06-2008
Affichée1063
Mini-lien
Description

admin2.php

EtatInconnu. Inconnu.
Code d'insertion
Options
Afficher les numéros de lignes  Mettre la source en plein ecran  Selectionner la source  Partager sur Facebook 
Téléchargement Telecharger en format txt  Telecharger en format pdf  Telecharger en format php
Plein ecran
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" >
<head>
<title>Ordistore</title>
</head>
<body bgcolor="#0066FF">
                                                <form action="administration.php" method="post" enctype="multipart/form-data" name="form1" id="form1">
                                                <b>Login:</b><input name="login" type="text" id="login" value="<?php print $login; ?>" size="50" maxlength="100" ><br>
                                                <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>
                                                <input type="submit" style="margin-left:60px;" name="Submit" value="Identification >>" >
</body>
</html>