I'm trying to add a value to the end of a url that's already preset.
So for example a user would type "hello world" into an input box, press submit and they would be taken to:
http://google.com/?q=hello%20world
Can I do this in HTML or will I need to include some PHP?
Any help would be fantastic. Thanks