ptmuldoon
08-20-2007, 10:01 PM
This is sort of a general question, as I'm not 100% sure of the answer.
Exactly in what process/order does the php code in a script get processed? I ask this as I have a simply gaming site, and things have been going until just recently, the cause being........
I have user playing that is on dial up......and its killing me.
Since this user is on dialup, he is constantly either timing out, or getting dropped/losing his internet connection.
And the result is that I am getting sql errors on queries that can't process because the code didn't complete before he was dropped.
I'm still a newbie coder, but is there something I can do on my end, to place any checks in my code, etc?
Exactly in what process/order does the php code in a script get processed? I ask this as I have a simply gaming site, and things have been going until just recently, the cause being........
I have user playing that is on dial up......and its killing me.
Since this user is on dialup, he is constantly either timing out, or getting dropped/losing his internet connection.
And the result is that I am getting sql errors on queries that can't process because the code didn't complete before he was dropped.
I'm still a newbie coder, but is there something I can do on my end, to place any checks in my code, etc?