RE: [PHP] looking for a verification...

2003-10-15 Thread Dan Joseph
> Make it.. */5 * * * * root /user/local/bin/php > /path/to/cron/filename.php Oh ok.. will make that change, thank you. -Dan Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] looking for a verification...

2003-10-15 Thread Jake McHenry
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/