I have a url that contains variables -
For Example: reset/password.php?var1=12345&?var2=abcde
I would like to know how I can remove (hide) the variables from the url, So no one knows with the values are -
But still use them on my page?
I am creating a password reset for a website I am working on.
So I will still need to use the variable values to update my database.
Just not sure how (or if possible) I can remove / hide the variables and values - So my url reads reset/password.php
Thanks everyone.