Cron

mumbhaki

New Member
Messages
24
Reaction score
0
Points
0
I just want to know what is the actual absolute root of my account for my cron job.

like for example my cron will run a script inside my public_html directory(i know it's stupid to put a cron inside public_html directory but it's just for location reference)

is this cron param correct?
Code:
php -f /public_html/script.php


---------------------------
Update

I solved my own problem, for those who are looking, go Here
 
Last edited:
Top