Re: [PHP] locally enabling register_globals?

2003-01-03 Thread Michael Greenspon
multiple pages with no structure. But at least it works now. Still uncertain why the php_flag in htaccess didn't do it-- perhaps not enabled with Apache. Cheers M. "Michael J. Pawlowsky" wrote: > > Why not just fix your code? > > *** REPLY SEPARATOR *

[PHP] locally enabling register_globals?

2003-01-03 Thread Michael Greenspon
Our hosting provider installed PHP 4.2 and thus disabled register_globals by default which our scripts depend on. We don't have access to php.ini to change this. This is with Apache. I tried putting php_flags register_globals on into .htaccess in the directory(s) with pages that need this but it