I have a form which when submitted goes to the url “signup.php?username=xx” where xx is an input field. Instead of this I was wondering if I could get it to go to the following url “signup/xx” where xx is taken from the input field.
I have a form which when submitted goes to the url signup.php?username=xx where xx
Share
You need to use Javascript and some type of .htaccess for that. But why don’t you use
POSTinstead ofGET?I don’t want
singup?username=sawny&password=1234in my history.EDIT:
I had done something like this:
and then the regexp @zero posted in a .htaccess file.