09.02.2014, 09:52
Hi,
If i sent two queries in one time for ex:
Then the query where is 'Update players' will be first completed? and then other query, 'Select * From players'? But it's possible, due lagg or something, the second query will be finished first, and then first query? it's important for my because, i want to update something, and then load that information, what was updated.
If i sent two queries in one time for ex:
Код:
mysql_tquery("UPDATE players ...."); mysql_tquery("SELECT * FROM players ... ");