Posted by Cord-Heinrich Pahlmann on 01/25/07 19:04
Hi,
I'm wondering when php executes the code.
I have a little script which takes around 10 seconds execution time.
In those 10 seconds the script does a lot of mysql_queries and changes
some data.
If the script stops after 5 seconds and restarts it will mess up my
data.
But it seems if php goes through the code and executes all the
mysql-queries after it is finished (after the 10 seconds).
So my question is, when does php executes the mysql-queries?
Navigation:
[Reply to this message]
|