Re: [PHP] Cannot execute... Cron jobs

2003-03-12 Thread Paul Chvostek
Scott Holmes wrote: > I'd just like to interject here that I execute php code from cron and > I do not have php compiled as a cgi. I use lynx. Here is a sample of > what I'm doing to e-mail a weekly newsletter to a membership database: > > #!/bin/sh > LYNX_TEMP_SPACE=/tmp > TMPDIR=/tmp > TERM=v

Re: [PHP] Cannot execute... Cron jobs

2003-03-12 Thread Leif K-Brooks
It or wget are almost always installed. Richard Sumilang wrote: Yeah and that should take up more resources also because now you have to go through your web server to execute the code. That's very interesting to know however. Where can I pick up a copy of Lynx? On Wednesday, March 12, 2003, at

Re: [PHP] Cannot execute... Cron jobs

2003-03-12 Thread Leif K-Brooks
You can do that, but it's much less secure. Scott Holmes wrote: I'd just like to interject here that I execute php code from cron and I do not have php compiled as a cgi. I use lynx. Here is a sample of what I'm doing to e-mail a weekly newsletter to a membership database: #!/bin/sh LYNX_TEM