Jump to content

Loop


e1seix

Recommended Posts

I am trying to figure out the best way to do this. I have an update.php script that uses simplexml_load_file... and it keeps timing out, sometimes, other times not. At the beginning of the script I instruct to UPDATE mysql SET script_complete = "no" and at the end of the script a similar instruction to UPDATE to "yes".

 

If i'm using:

 

<?
include("update.php");
?>

 

... is there some way of putting a loop of some kind after the include that will check if the UPDATE in mysql has been changed to "yes" (ie. the script didn't time out) and if it still says "no", will run it again until it does, then move on.

 

On the occasions where it does time out when i run it manually, I find it usually completes on the third of fourth attempt.

 

<?
include("update.php");

... (loop?)
?>

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.