04-14-2009, 06:01 PM
|
#5 (permalink)
|
|
Moderateur
Join Date: Apr 2007
Posts: 1,393
Thanks: 5
|
You're using backticks (`) to wrap the username/password strings in the VALUES portion of the query: use quotes instead.
Also, if your uid column is an auto-incrementing primary key, there is no need to include it in the query at all.
|
|
|
|