29.09.2013, 11:41
Quote:
So i've to "SELECT * FROM users"
right? I'd everything you said. But it still don't work. Second, This is actually from your tutorial. |
- Either selecting only password and storing it to a variable and then compare the password the player typed with the one you've stored. If they do match, select all and assign them to the variables.
- Or selecting all and assign them to the variables (a bit better to be honest).
Then you should re-read it. I selected password and I stored the password - you selected password and you tried to store ip and password while ip is not even selected to the query. About the lenght, it's better to count - I always do!