Menu

Show posts

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 Menu

Messages - Fratello

#1
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!
#2
Greetings.

My SQL isn't being executed at all.

Quotemysql_query(mysqlDB, "INSERT INTO `test` (id, username) VALUES("0", 'testt');");

My connection (under onscriptload)
QuotemysqlDB <- mysql_connect("**", "**", "**", "**");
   if( mysqlDB ) print( "[SERVER] Connection to mySQL database successful." );
   else print( "[SERVER] Connection to mySQL failed." );

I always get 'connection to mysql databse successful' message. And yes, I have table 'test' and database vcmp with all items inside it.

Thanks!