Tutorial for MySQL questionnaire

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Dan Pearce

    #1

    Tutorial for MySQL questionnaire

    Hi all,

    I am looking to build an online questionnaire which takes values from
    an HTML form and stores results in a MySQL database.

    Can anyone recommend a good tutorial for this?

    Thanks in advance

  • steve

    #2
    Re: Tutorial for MySQL questionnaire


    Dan Pearce wrote:
    Hi all,
    >
    I am looking to build an online questionnaire which takes values from
    an HTML form and stores results in a MySQL database.
    >
    Can anyone recommend a good tutorial for this?
    >
    Thanks in advance
    Hi Dan,
    Build Your Own Database Driven Website Using PHP and MySQL, have found
    this book very handy,

    steve

    Comment

    • Klaus Brune

      #3
      Re: Tutorial for MySQL questionnaire

      Have a look at the source code for something like Moodle (online
      classroom software) or Drupal (a content-management system with built-in
      questionaire/polling capability).

      Both are free, downloadable code, PHP and MySQL-based, with plenty of
      documentation and user support, including books you can order from
      Amazon and read at leasure, if you want to go that route.

      http:/moodle.org

      Drupal is an open source platform for building amazing digital experiences. It's made by a dedicated community. Anyone can use it, and it will always be free.


      In article <1159266942.278 579.71000@h48g2 000cwc.googlegr oups.com>,
      dp_pearce@hotma il.com says...
      Hi all,
      >
      I am looking to build an online questionnaire which takes values from
      an HTML form and stores results in a MySQL database.
      >
      Can anyone recommend a good tutorial for this?
      >
      Thanks in advance
      >
      >

      Comment

      Working...