Silly php question

  • Thread starter Thread starter fez
  • Start date Start date

fez

fez

Caporegime
Joined
22 Aug 2008
Posts
28,058
Location
Tunbridge Wells
I am building a questionnaire system that allows a user to create a custom questionnaire offline and have that questionnaire automatically generated online ready for the customer to fill in and submit. The issue that I am having is that when I submit the form, any answers that have been left blank by the customer are not posted.

What I want is to be inserting X number of rows into the DB for each questionniare regardless of how many of the X questions are actually answered.

I could obviously get around this by writing a little php but I was wondering if I am missing a really simple way of doing this.

Thanks for the help, much appreciated.
 
Back
Top Bottom