Problem with command. Only returns Server: Unknown Command
#3

Could easily be a MySQL error. I see a problem with your query:

Code:
WHERE `Name`=`%s`
It should be

Code:
WHERE `Name`='%s'
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)