Re: [PHP-INST] Strange server configuration

2002-10-29 Thread claudel
> Show us the code. Most likely, they turned off > register globals. Yes, I can now access variables via $_REQUEST. After reading the registerglobals manual, I see I have been relying on register_globals being on. Now it that was turned off without my notification, everything stopped workin

Re: [PHP-INST] Strange server configuration

2002-10-29 Thread Jim Thome
http://www.php.net/manual/en/security.registerglobals.php >>> claudel <[EMAIL PROTECTED]> 10/29/02 10:17 AM >>> Hello. I have been using a hosted server for a while, however they have recently changed the configurations and until their support replies I am left with the strange occurence of this:

Re: [PHP-INST] Strange server configuration

2002-10-29 Thread David Phillips
claudel writes: > Hello. I have been using a hosted server for > a while, however they have recently changed the > configurations and until their support replies > I am left with the strange occurence of this: > > http://63.160.181.101/test.php?var=test > > The variable is not being passed via php.

[PHP-INST] Strange server configuration

2002-10-29 Thread claudel
Hello. I have been using a hosted server for a while, however they have recently changed the configurations and until their support replies I am left with the strange occurence of this: http://63.160.181.101/test.php?var=test The variable is not being passed via php. This has happened to all the