Oh, I totally forgot about that one. Prototype version of id was actually a string instead of current (int). So I forgot to change it.
Thanks!
Thanks!
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuotemysql_query(mysqlDB, "INSERT INTO `test` (id, username) VALUES("0", 'testt');");
QuotemysqlDB <- mysql_connect("**", "**", "**", "**");
if( mysqlDB ) print( "[SERVER] Connection to mySQL database successful." );
else print( "[SERVER] Connection to mySQL failed." );