Dear members, please help me. i am getting register_globals setting disabled warning. i have attached a .htaccess file with my catalog folder, i have also attached php.ini file with my catalog folder. my .htaccess file has code given below <IfModule mod_php4.c> php_value include_path ".:/usr/local/lib/php" php_admin_flag safe_mode on php_value register_globals on </IfModule> my php.ini file have code given below register_globals = ON i have done a lot of afforts. i have read existing topics on same problem and try for solution. but my problem is still same. i need urgent help please Thanks in advance madhukar garg
php.ini or .htaccess command to modify PHP Variable doesn't work if Suexec and PHPSuexec isn't installed. As this is a server side settings, thats why i think you should contact with your host to do one of these two. They can globally enable register_global or can enable Suexec and PHPSuexec so that you can use your php.ini or .htaccess to modify the variable value. Regards