I just upgraded to php 4.2.1 and I am aware that global variables is set to off for security reasons. I am trying to rewrite my code so that it is secure now. My problem is that I have text links that turn services on.
I have a menu on the page that has a "Categories" text link. When that is clicked the page reloads with all of the categories now listed below "Categories". When clicked again, the list dissapears. It was doing this through just changing the hyperlink
page.php?Category=On and page.php?Category=Off
Is there anyway that I can access the Category=On in my scripts with this new version of php? Any suggestions on how to securely take the user input of clicking the text because I use this method for a lot more then this drop menu such as sorting results alphabetically. Thanks.