$inconnu=($_POST['lettre']); ?>
mysql_connect("localhost", "root", "js15ad60"); // Connexion à MySQL
mysql_select_db("orbex");
$reponse = mysql_query("SELECT * from Repertoire where REFERENCE='$inconnu'");
while ($donnees = mysql_fetch_array($reponse) )
{
?>