Hi there,
I was asked to deal with an old web site programmed in php. Recently the file index.php has stopped working. Instead of displaying and executing its code, the web server shows us advertisements. Hosting support told me that the script was faulty or outdated.
I was confused and found out that the problem was caused by a php.ini file containing this line of code:
register_globals=on
Deleting the php.ini meant that php was executed through the index.php file again but the web site now was missing a key feature, its navigation.
Do you have any experience with these things? How could I get the web site to work again?
Thank you. Foolix