03.02.2012, 13:53
The overall variable always returning 0. What might be the problem?
pawn Код:
mysql_query("SELECT LAST_INSERT_ID() FROM `vehicles`");
mysql_store_result();
new overall = mysql_num_rows();
printf("Overall: %d", overall);
mysql_free_result();