[PHP] Re: Newbie scope revisited

2003-11-13 Thread Matthew Morvant
"Matthew Morvant" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > 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 regis

[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.