Re: fixing perl scripts for register_globals = Off

2003-03-13 Thread Michael Heironimus
On Thu, Mar 13, 2003 at 04:41:59PM -0800, Ron Farrer wrote: > I'm new to PHP and I have several PHP pages that were working fine until > the admins changed register_globals = On to register_globals = Off. Now > all of my PHP pages are broken. I looked through all of my PHP reference > books and did

fixing perl scripts for register_globals = Off

2003-03-13 Thread Ron Farrer
Hello, I'm new to PHP and I have several PHP pages that were working fine until the admins changed register_globals = On to register_globals = Off. Now all of my PHP pages are broken. I looked through all of my PHP reference books and did a google search, but I couldn't find anything helpful. So