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.
Printable View
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.
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.