Is there a clear cut method to changing the contents of a url in href based on user submitted information?
For EXAMPLE: A user submits the word "basketball" into a search box and the result is the following link.
<a href="http://google.com/basketball>More information</a>
If the user submitted lets say "football" the link would then change to:
<a href="http://google.com/football>More information</a>