CRON

CRON

Posted by: niskypto
Posted on: 2009-09-23 15:28:00

This is regarding the cron jobs page (goodies.cron): I made a php file to send me an email. This php file is in my main directory (ie under mywebsite.com). How do I get the full path to the php file to set-up the cron?

Re: CRON

Posted by: sXi
Posted on: 2009-09-23 16:07:00

The path is something like:

/home/username/file.php

The cron call might look something like:

/usr/local/php5/bin/php /home/username/file.php




How To Install PHP.INI / ionCube on DreamHost

Tags: cron jobsphp filegoodies