Hi, > I just want to know if there is a way that i > can have register_globals On in my php.ini file > but for some application i can turn that Off > perhaps with a .htacces file.
In your .htaccess: php_flag register_globals on or php_flag register_globals off Manual pages at http://www.php.net/manual/en/configuration.changes.php Cheers Jon -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php