MySQL error 1064 - error in SQL syntax
#2

The error practically tells you where to look. If you go there and look at it:
Code:
WHERE user='Kevin
You can see that the last two characters are cut off. Means that your string is not long enough. But have you considered using default values in your table? The only things you're inserting are name, password and ip.
Reply


Messages In This Thread
MySQL error 1064 - error in SQL syntax - by Bu$ter - 23.05.2013, 08:54
Re: MySQL error 1064 - error in SQL syntax - by Vince - 23.05.2013, 09:57
Re: MySQL error 1064 - error in SQL syntax - by Bu$ter - 23.05.2013, 10:22

Forum Jump:


Users browsing this thread: 1 Guest(s)