Hi
Hope,everyone is doing good out there.
I need some help regarding which strategy to use for one of my projects.
Here are the project details
I want to generate PDF forms, by gathering data from user.There are different questions to ask and based on each answer,we will ask next question.i.e Where do you live? If s/he reply USA, next question will be regarding USA,if s/he reply Outside USA,next question will be different. I'll use FPDF to generate PDF on the go.
But my question is how to implement questionnaire.Where should we store the values, either in session or Mysql as we will use these values in PDF.
Need your urgent help.