Results 1 to 2 of 2

Thread: Is this possible?

  1. #1
    Join Date
    Jan 2006
    Posts
    8

    Is this possible?

    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

  2. #2
    Join Date
    Dec 2004
    Posts
    2,788
    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •