Quote:
Originally Posted by AndrewP
Code:
mysql_query("SELECT `password` FROM `users` WHERE `username` = '%s'",PlayerName);
They'll have to MD5 hash the string that they are comparing it to so it compares correctly. I think you should mention that.
|
Added as a note in the Original Post.
Quote:
Originally Posted by |)Ω{−}R Dare To Die
Great tutorial.
It would be helpful if you could explain more functions.
|
What functions do you want explained more. As it says in the OP this is a basic MySQL tutorial to get you going, and do basic stuff. Once you get comfortable with using MySQL in combination with Pawno, it'll work itself out.. But if you have specific questions I'm willing to help out.