13.07.2016, 23:25
Increase query length. Your query is getting cut off half way.
EDIT: Second problem. Set default values in mysql table and try to insert like these:
[sql]INSERT INTO `Users` SET `UserName`='%s', `Password`='%s'[/sql]
Dont forget to escape strings for safety.
EDIT: Second problem. Set default values in mysql table and try to insert like these:
[sql]INSERT INTO `Users` SET `UserName`='%s', `Password`='%s'[/sql]
Dont forget to escape strings for safety.