Hi,
I have a VPS with WHM/cPanel and want to run a php script atleast every minnute, how does one do this?
Regards,
Nick
Hi,
I have a VPS with WHM/cPanel and want to run a php script atleast every minnute, how does one do this?
Regards,
Nick
In your cPanel, (assuming you'll be running this as user) find the Cron Jobs icon and click. Find the Common settings drop down menu (I'm running CURRENT, YMMV) and select Every Minute.
Next you need to add the command. Something like this should work:
Code:php -q -f /home/username/public_html/path/tofile/yourfile.php /home/username/public_html/path/tofile/ cron 0 10
hi,
thanks for that, seems to be working fine.
Regards,
Nick