Scott Elcomb > SAL-3.03 > samples/salsurvey.cgi

Download:
SAL-3.03.tar.gz

Annotate this POD

CPAN RT

Open  0
Report a bug
Source  

SAL Surveys ^

Requirements

Apache - Basic Auth authentication (mod_auth_mysql, mod_auth_external, etc)
SAL
MySQL Database "Surveys"
   Tables:
 - SurveyQuestions (SID int(11), Question varchar(255))
 - SurveyChoices (SID int(11), Choice varchar(255), ChoiceNum int(11))
 - SurveyData (SID int(11), Name varchar(16), Choice int(11))
Images
 - progress.png (a 1px wide image for the progress bar)
 - unknown.gif for toolbar-link to help (image can be found in apache icon directory)
 - list.gif for toolbar-link to back to the survey from help (or alternate from apache icon directory)