Date: 12/20/00
- Next message: Cynic: "Re: [PHP] How to check if a dir is empty?"
- Previous message: August Zajonc: "[PHP] 4.0.4 as DSO trouble"
- Next in thread: Krznaric Michael: "RE: [PHP] cron job"
- Maybe reply: Krznaric Michael: "RE: [PHP] cron job"
- Maybe reply: Layne Weathers: "RE: [PHP] cron job"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi all,
I have a problem with excuting a daily PHP script, I put this script in
the cron.daily folder so that its excuted daily, but I noticed that its
never excuted, I made sure of the permissions on the cron file, and here is
the content of the cron file
<<
#!/bin/sh
lynx -dump localhost/daily_jobs.php > /dev/null
>>
I tried to remove the > /dev/null , but nothing changed and when I excute
the file manually by issuing ./daily_jobs.php it works just fine !!
so what the problem could be ?
Thanks
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Cynic: "Re: [PHP] How to check if a dir is empty?"
- Previous message: August Zajonc: "[PHP] 4.0.4 as DSO trouble"
- Next in thread: Krznaric Michael: "RE: [PHP] cron job"
- Maybe reply: Krznaric Michael: "RE: [PHP] cron job"
- Maybe reply: Layne Weathers: "RE: [PHP] cron job"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

