The company I am working for has numerous systems which are used in an intranet. We have recently decided to upgrade to a newer version of XAMPP. There has been a few changes necessary, but there is one problem which i cannot seem to fix.. Many pages require a variable to work, for example $heading_id. Now this variable is a get variable which is sent through like this for example:
Code: Select all
container.php?whattodo=testpage.php&heading_id=1Now my problem is that on most pages, $heading_id (or whichever necessary variable) is required, but the original programmer does not do a $_REQUEST or $_GET anywhere on the page. This leads me to believe that somewhere in the container he has a function which changes $_GET etc variables into $ variables. Does such a function exist? I have spent many hours sifting through the code but cannot find it anywhere!
Thanks in advance
Marinus