07.09.2016, 06:53
Hi,
mysql_tquery will wait until last query will be excecuted? because i'am sending 3 queries like that
mysql_tquery("DELETE ...");
mysql_tquery("UPDATE ...");
mysql_tquery("SELECT ...");
I'am deleting, updating, and selecting from one table at one time. It's always first delete, update, and then select that new result?
mysql_tquery will wait until last query will be excecuted? because i'am sending 3 queries like that
mysql_tquery("DELETE ...");
mysql_tquery("UPDATE ...");
mysql_tquery("SELECT ...");
I'am deleting, updating, and selecting from one table at one time. It's always first delete, update, and then select that new result?