Re: [PHP] issue with script after php upgrade

2002-07-06 Thread Alberto Serra
ðÒÉ×ÅÔ! Jamie Novak wrote: > http://myserver/index.php?dir2=somedirectory > > In 4.1.2, if I echo $dir2 at the beginning of the script just for > testing, it will echo the value of the variable without issue. In > 4.2.1, the variable never appears to get set at all, although it does > show up j

Re: [PHP] issue with script after php upgrade

2002-07-06 Thread Jamie Novak
On 07/06, Jason Wong rearranged the electrons to read: > php.ini > register_globals Well, that was simple and stupid. :/ Thank you for the prompt reply. Obviously, that did the trick. - Jamie -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.ph

Re: [PHP] issue with script after php upgrade

2002-07-06 Thread Jason Wong
Jamie Novak said: > On one of my machines, I'm running PHP 4.1.2. On another machine, I'm > running 4.2.1. The script I'm having problems with runs fine under > 4.1.2, but fails to work under 4.2.1. > http://myserver/index.php?dir2=somedirectory > In 4.1.2, if I echo $dir2 at the beginning of

[PHP] issue with script after php upgrade

2002-07-06 Thread Jamie Novak
Firstly, I apologize if this has already been asked in the past; I've not been a regular reader of this list and I couldn't find mention of my problem after a cursory search of the archives (which are a bit overwhelming to search exhaustively)... On one of my machines, I'm running PHP 4.1.2. On