Compare commits
1 Commits
353278e563
...
emileBDD
Author | SHA1 | Date | |
---|---|---|---|
94ca9da5a4 |
@@ -0,0 +1,16 @@
|
|||||||
|
<?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";
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
Reference in New Issue
Block a user