06.02.2015, 16:18
Why do you seriously need mysql_log?
__________________
norton2, After you have send the query to work. You can get the ID what your query has inserted. Something like this.
__________________
norton2, After you have send the query to work. You can get the ID what your query has inserted. Something like this.
pawn Code:
mysql_query(handle, query);
YouID = mysql_insert_id( );
printf("Inserted ID is'"YouID"');