![]() |
|
Keep It Simple, Stupid | |
PerlMonks |
Re: problem with login scriptby marinersk (Priest) |
on Oct 28, 2013 at 18:53 UTC ( #1060039=note: print w/replies, xml ) | Need Help?? |
Two suggestions.
See what the full SQL statement looks like; you are likely to find an error there, since that's what your error message says. Most SQL requires strings to be encapsulated in single-quotes: ... and password = 'newpassword'; Dunno if that's your problem, but the above changes should help shed light on what you are getting wrong in the SQL statement.
In Section
Seekers of Perl Wisdom
|
|