Re: [PHP] Re: Newbie scope revisited

2003-11-16 Thread Jason Wong
On Friday 14 November 2003 05:36, Matthew Morvant wrote: > > it. Still investigating I run phpinfo(), it turns out that > > register_globals > > > is set to ON (both places). However the server does not act this way. I > > searched for an htaccess file, which I belive (not sure) can override >

RE: [PHP] Re: Newbie scope revisited

2003-11-13 Thread Jay Blanchard
[snip] To clarify "both" places are the Local value and the Master value. An example of code that doesn't work follows [/snip] ??? I understand the code that doesn't work, but I believe that the php.ini settings are wrong. Place a php file in your web root (call it something like test.php) conta