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 does
not seem to work. How can I enable register_globals selectively for some
directories of pages so that our old scripts work again?

Thanks
Michael

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to