Compare commits
2 Commits
15fcf9f2ed
...
3ebad7a529
Author | SHA1 | Date | |
---|---|---|---|
3ebad7a529 | |||
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";
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user