FATAL ERROR: register_globals is disabled in php.ini, please enable it!

I got the above message when my hosting company upgraded their PHP

Version from 4.4.x to 5.2.x.

I opened the htaccess and found this -->


php_value session.use_trans_sid 0
php_value register_globals 1


So, i just change mod_php4.c to mod_php5.c and its WORKED!! I hope this

will help :))

For any enquiries or suggestions, u can email me via shah@pearls.com.my


Regards,

Shah

More...