this is my codei'm facing a syntax problem with my php code, can anyone please tell me where is the error ? thanks
$requete = "SELECT count(*) FROM Utilisateur where
Nom_utilisateur = '".$username."' and mot_de_passe = '".$password."' ";
this is my codei'm facing a syntax problem with my php code, can anyone please tell me where is the error ? thanks
$requete = "SELECT count(*) FROM Utilisateur where
Nom_utilisateur = '".$username."' and mot_de_passe = '".$password."' ";
I checked this correct. I think you have something written wrong your varaible name. Please check everthing carefully. You can also write {$username} instead of " ' . . ' "