08.04.2018, 09:27
Quote:
mysql r41-4, the table does not create any more, but I create it manually and it does not fill data, values, nickname does not exist after registering an account, it does not add to the table
|
PHP код:
//maybe it's the connection problem.
public OnGameModeInit()
{
//exemple to MySQL R41-4
SQL_ID = mysql_connect(...); // connection to the database
if(mysql_errno() != 0) { // check in server_log.txt connected base or no.
print("MySQL not connected!");
}else print("MySQL connected!");
return true;
}