What Should I use ASP, PHP, or Java????

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jmeh13
    New Member
    • Mar 2008
    • 1

    What Should I use ASP, PHP, or Java????

    I want to build a site that will provide users with a series of questions. The Questions will wither be yes/no or rate of importance from 1 to 10. I want to be able to create results from this form that best displays the users answer.....

    Example

    Do you like Fruit? yes No

    How important is the sweetness of the fruit 1 to 10

    Result come back with the fruit that best matches the users input

    It will obviously be much more complicated but what would you recommend?
  • jeffstl
    Recognized Expert Contributor
    • Feb 2008
    • 432

    #2
    Any of the scripts you mentioned can handle a problem like this.

    I would go with whichever you are most familiar. ASP or PHP would be my choice for something like this. I'm more familiar with ASP so that's what I would use.

    Since it doesnt sound like you are storing anything in a database you could easily have all the code you need for this on one page. Print out the form on the page, let them submit it, then have a variable in the querystring so you know to print out the results instead of the form after submitting.

    W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.

    Comment

    Working...