hi, I had to move my osComerce store to new hosting company. new server runs on php5/mysql5. got this error: FATAL ERROR: register_globals is disabled in php.ini, please enable it! since evenon old server globals was Off I was adding <ifModule mod_php4.c> php_value register_globals 1 </ifModule> Now, I tried with <ifModule mod_php5.c> php_value register_globals On </ifModule> but it doesn't work. any help will be appreciated. thanks -afan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php