PDA

Click to See Complete Forum and Search --> : Scheduler in PHP


usamaalam
Feb 25th, 2006, 08:20 AM
Hello everybody,

I want to schedule a PHP script to be run every 3 minutes daily. The site will be hosted on a shared linux server.

Any ideas ??

Thanks.

penagate
Feb 25th, 2006, 08:45 AM
If you're on a Unix based server you could use a cron job. I can't help you with setting it up but I think that would be able to do it.