1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
| <?php
// ouverture de la session
session_start();
// création d'une variable de session
$_SESSION['info'] = "la session est ouverte";
$_SESSION['compteur'] = 0;
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="Louez la Tente dans les étoiles, et découvrez un univers taillé à vos mesures. Location, prestation à la demande, atelier et spectacle" />
<meta name="keywords" content="location, tente, toulouse, ateliers, artistiques, marocaine, caidale, theatre" />
<meta name="author" content="ArtWebDesign pour La Tente Dans Les Etoiles location de tentes caidales toulouse" />
<meta name="copyright" content="locationtente31.fr" />
<meta name="identifier-url" content="http://www.locationtente31.fr" />
<meta http-equiv="Content-Language" content="fr" />
<meta name="location" content="FRANCE, France" />
<meta name="robots" content="index,follow" />
<meta name="REVISIT-AFTER" content="7 days" />
<meta name="verify-v1" content="ArtWebDesign, Léa Scalabre, toulouse31" />
<LINK REL="SHORTCUT ICON" HREF="/favicon.ico">
<title>admin_acces</title>
<style type="text/css">
<!--
@import url("../style_ltde.css");
-->
</style>
</head>
<body>
<p align="center">Bienvenue dans la partie administration du site.<br />
Merci de vous identifier.<br />
<br />
</p>
<?php
echo "<form action=\" page vers laquelle ça doit envoyer les infos.php\" method=\"post\" name=\"form1\" id=\"form1\">
<p align=\"center\">Identification :
<input name=\"id\" type=\"text\" id=\"id\" />
</p>
<p align=\"center\"><br />
Mot de passe :
<input name=\"mp\" type=\"password\" id=\"mp\" />
</p>
<div align=\"center\"><br />
<input type=\"submit\" name=\"valider\" id=\"valider\" value=\"valider\" />
</div>
</form>";
?>
</body>
</html> |
Partager