Posted by Oli Filth on 06/25/05 18:17
ndsoumah@gmail.com said the following on 25/06/2005 06:57:
> Hello Guys
>
> I'm trying to run this query
>
> $uneRequete = "SELECT * FROM Usager WHERE motDePasse =
> {$loginPassword}";
>
> and I get this error message : Error 1054: Unknown column 'xxxx' in
> WHERE clause.....
> where 'xxxx' is the content of $loginPassword
>
> I don't know what is going on
>
If you do echo $uneRequete;, what does it give?
--
Oli
Navigation:
[Reply to this message]
|