Jump to content

simple url redirect for form input


totallytech

Recommended Posts

Hi,

 

I'm trying to create a script that will redirect to a url from a form input.

 

Basically I have a page:

 

http://mydomain.com/page

(no .html or php etc)

 

and I have an input box on my site - I want someone to be able to type in Joe Blogs and I'm looking to simply redirect to:

 

http://mydomain.com/page/Joe%20Blogs

 

How can I do this?

Link to comment
Share on other sites

A pure HTML form can't do that. You can use Javascript to emulate a form (not actually submitting a form but clicking the button to trigger Javascript which redirects) or have the form post to a PHP script with a regular, unfriendly URL and then have that script redirect to the friendly version.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.