Cron job help, php file daily autorun

Status
Not open for further replies.

xiamx

New Member
Messages
13
Reaction score
0
Points
0
I wrote a php script, to performe daily value update of site stats.

I want this php script to run every day at 8:00pm servertime.
What should I do to setup this in cron job?

Thank you
 

Corey

I Break Things
Staff member
Messages
34,553
Reaction score
204
Points
63
Go to cron jobs in your cPanel and use php-cron -q /home/xiamx/public_html/SCRIPTNAME.PHP
 
Status
Not open for further replies.
Top