Jump to content

How to hide the parameter from url in php ?


Johnp

Recommended Posts

Currently I am working on a project and I faced this problem i want to hide the parameters from URL that are passed. I am working on a site http://letsfindcourse.com and I want to hide the parameters from URL so how can I do that ?

Link to comment
Share on other sites

You can't, if you're passing a value in a URL you can't both pass the value to the server and also hide it from the user.  It's going to be in the URL.  If you don't want someone to see the value in the URL, then don't put it in the URL.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...