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
|
<html>
<head>
<title>
Base de données de Sanfilippo
</title>
</head>
<body link=blue vlink=red>
<?php
include_once("sources/session.php"); //voilà l'appel !!!!!
?>
<font color=blue>
<center><h1> Interface </h1></center>
</font>
<table align=center border=5 width=250>
<tr><td align=center>
<br><br>
<center>
<form method="POST" action="recherche.php">
<input type="submit" value="Recherche">
</form>
</center>
<br><br>
<center>
<form method="POST" action="article.php">
<input type="submit" value="Interface article">
</form>
</center>
<br><br>
<center>
<form method="POST" action="fournisseur.php">
<input type="submit" value="Interface fournisseurs"><br><br>
</form>
</center>
</td></tr></table>
<br><br>
<center>
<form method="POST" action="bdd.php">
<input type="submit" value="Vers la page d'identification">
</form>
</center>
<br><br><br><br>
<font size=3 color=#CC0000>
Contactez-moi : <a href="mailto:sanfilippo.mariano@live.be"> Mariano </a>
</br>
Problème(s) ? <a href="problemes.php"> Technicien </a>
</font>
</body>
</html> |
Partager