Dan Joseph wrote:
> Hi,
> 
> I have a php cron setup:
> 
> 5 * * * * root /usr/local/bin/php /path/to/cron/filename.php
> 
> Will this set it to run 5 minutes of every hour of every day?
>  I can't really tell if its running...  Thanks..
> 
> -Dan Joseph

Make it.. */5 * * * * root /user/local/bin/php
/path/to/cron/filename.php

Jake McHenry
Nittany Travel MIS Coordinator
http://www.nittanytravel.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to