11.09.2012, 11:54
Hee all,
I'm trying to understand the mysql databases, but i encounter an error with even this function:
mysql_query("INSERT INTO `users` (`username`, `password`) VALUES ('%s', MD5('%s'))", PlayerName(playerid), params);
error: Undefined symbol: mysql_query
I did include the a_mysql include, i searched for it already and i noticed people saying it was because of the new R7 update, could anyone tell me how to fix the error now??
Thanks in advance,
Jop9888
I'm trying to understand the mysql databases, but i encounter an error with even this function:
mysql_query("INSERT INTO `users` (`username`, `password`) VALUES ('%s', MD5('%s'))", PlayerName(playerid), params);
error: Undefined symbol: mysql_query
I did include the a_mysql include, i searched for it already and i noticed people saying it was because of the new R7 update, could anyone tell me how to fix the error now??
Thanks in advance,
Jop9888