28.05.2014, 18:58
No need to use format for that. The mistake was that the 1st argument of the mysql_query function must be the connection handle in R38 but you used an array "gQuery". So change it to:
pawn Код:
mysql_query(MySQL, "... QUERY_HERE ...");