SitePoint Sponsor |
|
User Tag List
Results 1 to 25 of 28
Threaded View
-
Feb 24, 2009, 01:11 #1
Turning register_globals on for a particular folder
Hi,
In my application, i need register_globals to be turned on for a particluar folder, i tried to achieve this by putting a file named as .htaccess inside that folder having following code:
php_value register_globals on
I also tried placing php.ini file here, but didn't work as well.
Is there a way to achieve this?
Plz suggest!
Thanks,
kul.
Bookmarks