greenworld Posted December 22, 2005 Posted December 22, 2005 hello; 1- where is the address to php in server? is this correct: #!/usr/local/bin/php -q 2- I want to set time for cron job, I don't know this thing, I appreciate to get some info how to do it, and what is best value to put for cron job for the the following, is the value in fron OK? cron.php every 15 minutes cron_bounce.php every 12 hrs cron_responder.php every 60 minutes thanks. Quote
TCH-Bruce Posted December 22, 2005 Posted December 22, 2005 When building your cron job to run php scripts use the following structure. >/usr/bin/php -q /home/cpanelname/public_html/path-to-script Quote
greenworld Posted December 22, 2005 Author Posted December 22, 2005 thanks for the info, I do that. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.