PDA

View Full Version : Is this possible?



mikes63737
27 May 2006, 02:53 PM
Is it possible to enter add to a URL from a form? For example, if someone types in "mike" into a text box, i want it to go to "google.com/mike" or if they type "gmail" they go to "google.com/gmail".

Sorry, but i can't explain any better.

Thanks!

Mike

alvo
27 May 2006, 06:42 PM
A form just places the data entered somewhere else to be used, whether it's a database or an email or whatever. All that needs to be done is to have the script being used add the URL part where the data gets placed. So not only possible, but one of the easiest things you can do. Anyone with basic coding knowledge can do it in a couple of minutes.