From: Keith <ph...@th...> - 2005-10-26 02:29:27
|
I am evaluating phpESP to see if I can use it to create self-evaluation surveys. The question writing and survey taking portion are satisfactory and will work well. I am able to write php code, but am unfamiliar with the phpESP coding structure. What I would like to know is whether it is possible for me to obtain the survey ID and respondent ID for use in the "thank you" page. If so, I can access mySQL to obtain the responses for that respondent and give the respondent immediate feedback. E.g. on a 40 question survey items 1,5,6,8,10 are strength A, items 3,4,7,9,11 are Strength B, etc. I suppose it would be possible to write the 2 ids to a session variable and then have thankyou.php pick them up and process them. Is there an easier way? Keith |