Re: [PHP-INST] Help, getting nothing from $_GET

2002-11-19 Thread Stephen Edmonds
MAIL PROTECTED]> Sent: Monday, November 18, 2002 9:22 PM Subject: [PHP-INST] Help, getting nothing from $_GET I've installed PHP and it is working except for parameters in the URL. I'm aware of the register globals change and am trying to use $_GET to read parameters pas

Re: [PHP-INST] Help, getting nothing from $_GET

2002-11-18 Thread Robert Duran
Aha, found the problem. I had: variables_order = "ES" in my php.ini file. This was recommended in a book i had as a security precaution. It was apparently written before the changes to the register globals default. Thanks for the help! On Monday, November 18, 2002, at 01:22 PM, Robert Du

Re: [PHP-INST] Help, getting nothing from $_GET

2002-11-18 Thread Steve Cayford
I cut and pasted this code onto my machine and realized that you've got some bogus hidden characters in there. Don't know if that's your issue or not, but once I cleared them out it worked fine for me. -Steve On Monday, November 18, 2002, at 03:22 PM, Robert Duran wrote: {{ -- PHP Instal

[PHP-INST] Help, getting nothing from $_GET

2002-11-18 Thread Robert Duran
I've installed PHP and it is working except for parameters in the URL. I'm aware of the register globals change and am trying to use $_GET to read parameters passed in the url (i.e. http://localhost/~me/test.php?myvar=2). I also noticed that if I register a session, the session url paramete