Question:

What language is appropriate for my interactive webpage?

by  |  earlier

0 LIKES UnLike

I'm making a page which has a section which asks questions and gathers info from the user. Each page should send the info to the next and depending on the answers, send the user down different paths, asking different questions.

How do you work with information like this? Javascript or php and databases? Mysql, perl? I don't know where to begin.

 Tags:

   Report

2 ANSWERS


  1. there are two distinct parts on your project :

    1- collecting user info/ date

       JavaScript and HTML forms should do it

    2- storing the data into DB

       only could be done with a server side scripting language like ASP PHP or .net


  2. You can consider using Microsoft asp.net. you can do a lot with relatively very little code. Besides these are plenty of forums and sites where you can find plenty of examples and ideas.

    Here are a dew sites where you can find a lot of sample code

    http://www.4guysfromrolla.com/

    http://www.codeproject.com/

    http://www.asp.net/

    http://msdn.microsoft.com/en-us/asp.net/...

Question Stats

Latest activity: earlier.
This question has 2 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.