21.04.2013, 11:14
Don't use mysql_real_escape_string on player names, they can't be used for SQL Injection. mysql_real_escape_string must be used only when in a string can be ` or '.
Everything looks ok, it is inserting in the database ? If yes, look if ALL columns are right.
Everything looks ok, it is inserting in the database ? If yes, look if ALL columns are right.

