Results 1 to 2 of 2

Thread: Get the user input details and save

  1. #1
    Join Date
    Jun 2007
    Posts
    2

    Get the user input details and save

    Get the Details to my email

    Say;
    I have a website. The user give the input. (Ex: input this name to the html text box)
    I want to get this details to my email inbox OR save this name in some other place.Is this possible to do?
    pls mention how to do this type of a thing.

  2. #2
    Join Date
    Dec 2004
    Posts
    2,788
    You need to make the input items part of an HTML form and then use a script to email you the form items (or do whatever else you want to do with them). There are a lot of scripts available that will do the form processing for you and you can find them at http://hotscripts.com. Depending on your needs you might look at http://formtools.org and try out Form Tools as an interface for any form you make. It doesn't make the form (you still have to do that in HTML), but processes the information. You can use it with multiple forms and it will let you choose to mail the information to whoever you want and/or mail a reply to the person submitting and it stores the data in a MySQL database so you can manage the data on the web, editing, deleting, printing snd exporting it top an Excel spreadsheet.

Posting Permissions

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