Hello,
I installed php 4.3.8 for a web app I am maintaining. The previous developer's approach for switching between modes in the app relied on the url string. (index.php?mode=edit)
In the code he references the mode just as a variable ie. $mode. However, in the intial default setting only $_GET['mode'] is working. Is there an option to make php recognize $mode in the query string?
Thanks