30.10.2017, 20:42
That's true! But the connection of Mysql is certainly successful, while I get the dialog of registration.
And yeah @Konstantinos I tried 'mysql_errno', I found on logs that it's loaded.
I think the problem is here :
And yeah @Konstantinos I tried 'mysql_errno', I found on logs that it's loaded.
I think the problem is here :
PHP код:
mysql_format(SQL, query, sizeof(query), "INSERT INTO srv_users (Username, Password) VALUES ('%e','%e')",ReturnName(playerid), inputtext);