11.11.2011, 20:44
Connection handle should be the last parameter of mysql_query, right now it's interpretting 'connection' as the resultid.
This should be right:
This should be right:
pawn Код:
mysql_query(query, 0, 0, connection);