Hi there fellow php'ers
OK this is a good one
As we all know there are some php flags that can be set by using ini_set
However not all of them can be done in scripts
Some of them can only be modified by Apaches's httpd.conf file or in the php.ini file or in an .htaccess file
I have successfully managed to leave the register_globals off in my php.ini file and switch it back on for a particular applicaiton (which sits under its own sub directory) using .htaccess. My question is this
Is it possible to leave your include_path on in the php.ini file and use the .htaccess file to switch it off?
Anyone got any good ideas?
I've been racking my little brain now for tooo long
GM