Results 1 to 4 of 4

Thread: Survey in emails

  1. #1
    Join Date
    Nov 2006
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Survey in emails

    Hi all
    I just started using Dreamweaver to develop a survey form. I am just wondering can anyone tell me how to record data from feedbacks automatically.

    I am thinking of incooperate the survey into email form. how can this be done?


    thanks for your time

  2. #2
    Join Date
    Sep 2005
    Location
    India
    Posts
    1,627
    Thanks
    6
    Thanked 107 Times in 107 Posts

    Default

    Quote Originally Posted by Soartosky
    I just started using Dreamweaver to develop a survey form. I am just wondering can anyone tell me how to record data from feedbacks automatically.
    You can store the data from your users either using a database or using some kind of files (XML, CSV, TXT, etc). But in any case you have to use a server-side scripting tool to carry out this operation either PHP, ASP, ASP.NET, ColdFusion, Java, etc.

    HTML alone won't be able to save any data into any storage mechanism.

  3. #3
    Join Date
    Nov 2006
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    so html wont do it ?

    know where i can find scripts like this?

  4. #4
    Join Date
    Sep 2005
    Location
    India
    Posts
    1,627
    Thanks
    6
    Thanked 107 Times in 107 Posts

    Default

    The following are some of the sites where you can find scripts for your question (i mean survey scripts) most of them are PHP based ones.

    You haven't mentioned any script preference in your posting so i thought PHP would be a good choice (a personal choice).

    http://www.chumpsoft.com/products/phpq/

    http://phpesp.sourceforge.net/

    http://www.nabocorp.com/nabopoll/

    http://www.holotech.net/scripts.html

    http://www.phplabs.com/scripts.php?s...urvey%20Wizard

Bookmarks

Posting Permissions

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