Re: [PHP] PHP in crontab job

2002-10-13 Thread Juhan Kundla
Ühel ilusal päeval [11-10-2002 20:48] kirjutas Sharat Hegde: > Hello John, > > Thanks for the help. I was able to solve this. Thanks Marek for your help > too in giving the same solution. > > The problem was with the crontab command not having the full path to php. > Silly that a command line

Re: [PHP] PHP in crontab job

2002-10-11 Thread Marek Kilimajer
ot having the full path to > php. Silly that a command line on the shell script should work but > crontab is unable to find the same path. > > Thanks again, > Sharat > > >> From: "John S. Huggins" <[EMAIL PROTECTED]> >> To: Sharat Hegde <[EMAIL PR

Re: [PHP] PHP in crontab job

2002-10-11 Thread Sharat Hegde
path. Thanks again, Sharat >From: "John S. Huggins" <[EMAIL PROTECTED]> >To: Sharat Hegde <[EMAIL PROTECTED]> >CC: [EMAIL PROTECTED] >Subject: Re: [PHP] PHP in crontab job >Date: Fri, 11 Oct 2002 15:35:41 + (UTC) > >On Fri, 11 Oct 2002, Sharat Hegde

Re: [PHP] PHP in crontab job

2002-10-11 Thread Marek Kilimajer
try using full path in your cron job, like * * * * * /usr/local/bin/php /path/to/your/cron.php Sharat Hegde wrote: > Hello, > > I am having a problem at my ISP relating to execution of PHP commands > from the crontab command. My ISP told me to have a look at the > following URL, but despite fo

Re: [PHP] PHP in crontab job

2002-10-11 Thread John S. Huggins
On Fri, 11 Oct 2002, Sharat Hegde wrote: >-Hello, >- >-I am having a problem at my ISP relating to execution of PHP commands from >-the crontab command. My ISP told me to have a look at the following URL, but >-despite following these instructions, the crontab job is not being executed. >-http:

[PHP] PHP in crontab job

2002-10-11 Thread Sharat Hegde
Hello, I am having a problem at my ISP relating to execution of PHP commands from the crontab command. My ISP told me to have a look at the following URL, but despite following these instructions, the crontab job is not being executed. http://www.htmlcenter.com/tutorials/tutorials.cfm/155/PHP/