Originally I have register_global=On, and the program will pass varibles over on the http location string when user clicks on a link like the one below
<a href="something.html?item=item1&action=add">
This action will prompt the program to add item one to their shopping list.
Now I have register_global=Off as recommanded, and above link does not work any more. I am wondering if anyone knows a workaround for this.
Thanks a million!!