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

Quote:
Originally Posted by coole210
View Post
Could easily be a MySQL error. I see a problem with your query:

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

Code:
WHERE `Name`='%s'
you are right but he has also problem here the command didnt success. (it tells him Server: Unknown Command.)
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)