php - How do I redirect a user based on their form input?
Posted
by Steven
on Stack Overflow
See other posts from Stack Overflow
or by Steven
Published on 2010-04-14T21:35:01Z
Indexed on
2010/04/14
21:43 UTC
Read the original article
Hit count: 246
I want a simple form with one text box and a submit button. If a user enters "foobar" into the text box and hits enter, they should be redirected to mysite.com/browse/foobar
Does anyone know how I can do this in php? thanks
© Stack Overflow or respective owner