Re: [PHP] Run script every 30 seconds
- From: chris.boget@xxxxxxxx ("Chris Boget")
- Date: Mon, 30 Oct 2006 12:36:58 -0500
I have a script that I want it to run every 30 seconds, the problem is
that cronjob can run every 1 minute only, do you have any solution ?
Set the script up as a 2 iteration loop with sleep( 30 ) at the end of the first iteration. Or something like that...
thnx,
Chris .
- References:
- Run script every 30 seconds
- From: "Ahmad Al-Twaijiry"
- Run script every 30 seconds
- Prev by Date: Re: [PHP] Decide witch table within a union
- Next by Date: RE: [PHP] Run script every 30 seconds
- Previous by thread: Run script every 30 seconds
- Next by thread: RE: [PHP] Run script every 30 seconds
- Index(es):