23.10.2014, 15:55
Quote:
Check the MySQL html log. Are there any errors/warnings?
Try increasing your 'query' string variable. @PowerPPC Your call to 'mysql_error()' in the gamemode is using the wrong connection handle. Apart from that I can't find any mistakes. I'll try to reproduce it on my PC asap. |
Or did you mean mysql_errno()?
In that case, I've changed it to "mysql_errno(SQL_db)" instead of "mysql_errno()" in both scripts.