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

2002-11-19 Thread Stephen Edmonds
Also, try calling phpinfo(32); The 32 settings makes it show all the variables and how to access them EG _SERVER["NAME"] mysever Just add on the $ and you have the variable to use Stephen - Original Message - From: "Robert Duran" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday,

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