I am currently passing variables across via hyperlinks for example
http://www.nameofsite.com/page.php?home=234&name=ade
When these variables get sent to the next page this url appears in the address bar and in the users history later, I can see this as potentially dangerous later on, especially if it involves updating a database.
What I wanted to know is if there is a way to pass the variables across pages so that are not displayed in the users address bar?
I know that if you use a standard Submit button this is not the case, I just wanted to know is if you can do this via a standard url.