Re: [PHP] Verry strange GET behaviour

2003-10-07 Thread John Wilcox
--- Chris Shiflett <[EMAIL PROTECTED]> wrote: > --- John Wilcox <[EMAIL PROTECTED]> wrote: > > On the topic of passing args, can someone please > explain to me why > > I'm unable to use $_GET or $_POST if my php script > is run as a .cgi? > What you

Re: [PHP] Verry strange GET behaviour

2003-10-07 Thread John Wilcox
On the topic of passing args, can someone please explain to me why I'm unable to use $_GET or $_POST if my php script is run as a .cgi? Basically, I have a simple html input form that has: and a simple php script in a file called test.cgi which looks like: #!/usr/local/bin/php Now, if I

[PHP] Passing POST args to PHP when run as a CGI (was Re: [PHP] $_ENV not working for me with PHP 4.2.0)

2003-10-06 Thread John Wilcox
--- Curt Zirzow <[EMAIL PROTECTED]> wrote: > Technically it is 4.1.0 (where did you see the > 4.2.0?) but anything > prior to that you should use $HTTP_ENV_VARS my mistake, you're right, it was 4.1.0. > http://php.net/manual/en/language.variables.predefined.php > http://php.net/manual/en/reserve

Re: [PHP] $_ENV not working for me with PHP 4.2.0

2003-10-05 Thread John Wilcox
W> it states that PHP versions later than 4.2.0 use > the > JW> $_ENV global variable to access environment > variables, > JW> so it seems like I'm using it correctly. > Anyways, if > JW> anyone has any suggestions, please let me know! > JW> Thanks in advanc

[PHP] $_ENV not working for me with PHP 4.2.0

2003-10-05 Thread John Wilcox
g it correctly. Anyways, if anyone has any suggestions, please let me know! Thanks in advance, John Wilcox __ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com -- PHP General Mailing List (http://www.php.net/) To uns