Compare commits

..

No commits in common. "3ebad7a52924862ce31ef5d210b472133c3fa3a6" and "15fcf9f2ed0b915b8c4aa78b5d164f2fb4bf1331" have entirely different histories.

View File

@ -1,16 +0,0 @@
<?php
class connexionVerif {
private $motPasse;
private $identifiant;
function __construct($mdp, $id)
{
return "n";
}
function visiteurConnect($mdp, $id){
$requete = "Select vNum FROM VISITEUR where vMdp = :mdp and vIdentifiant = :id";
}
}