Re: [PHP] Re: Re: Cronjob

2002-09-25 Thread Daren Cotter
OH MY GOD. I searched the php.ini file twice, and didn't see that freaking variable. Thank you so much Tom!!! --- Tom Rogers <[EMAIL PROTECTED]> wrote: > Hi, > > Thursday, September 26, 2002, 9:50:28 AM, you wrote: > DC> Philip, > > DC> Running test.php arg1 arg2 > test.txt > > DC> Then search

Re: [PHP] Re: Re: Cronjob

2002-09-25 Thread Tom Rogers
Hi, Thursday, September 26, 2002, 9:50:28 AM, you wrote: DC> Philip, DC> Running test.php arg1 arg2 > test.txt DC> Then searching test.txt for arg1, it was found here: DC> HTTP_GET_VARS["test_php_arg1_arg2"] DC> Nowhere else. DC> Gotta be a server issue? DC> --- Philip Hallstrom <[EMAIL PR

[PHP] Re: Re: Cronjob

2002-09-25 Thread Daren Cotter
Philip, Running test.php arg1 arg2 > test.txt Then searching test.txt for arg1, it was found here: HTTP_GET_VARS["test_php_arg1_arg2"] Nowhere else. Gotta be a server issue? --- Philip Hallstrom <[EMAIL PROTECTED]> wrote: > Then try a script with: > > phpinfo(); > ?> > > in it and run it

[PHP] Re: Re: Cronjob

2002-09-25 Thread Philip Hallstrom
Then try a script with: in it and run it as: % php script.php arg1 arg2 arg3 and then search the output for arg1 and find out where it is. It's got to be there somewhere. -philip On Wed, 25 Sep 2002, Daren Cotter wrote: > Don, > > It was not there anywhere. > > --- Don Read <[EMAIL PROTEC