Hi people
I am wondering how to setup a php cron file in cpanel. I have tried GET> /path/to/file.php but the cron doesnt run at the defined time at all. Any ideas?
Job
Hi people
I am wondering how to setup a php cron file in cpanel. I have tried GET> /path/to/file.php but the cron doesnt run at the defined time at all. Any ideas?
Job
Visit http://www.afrisys.com for IT solutions
something like this in your crontab will help
5/* * * * php -q -f /path/to/file.php
this will parse the php file specified using the php binary every five minutes.
=========
be CREATive
=========