[PHP] Newbie scope revisited

2003-11-13 Thread Matthew Morvant
I posted a couple of days ago inquiring as to why some inhierited PHP code was not working. I determined that scope was the issue. The overwhelming response I got back pertained to register_globals. I have read up on register_globals and realize that it is not considered good practice to use it.

RE: [PHP] Newbie scope revisited

2003-11-13 Thread Jay Blanchard
[snip] I posted a couple of days ago inquiring as to why some inhierited PHP code was not working. I determined that scope was the issue. The overwhelming response I got back pertained to register_globals. I have read up on register_globals and realize that it is not considered good practice to