From: Chad B. <ch...@be...> - 2003-06-10 19:46:53
|
This is a bug fix for the new sql_static feature. I've included the whole file as it is probably easier to install this way. Installation info is in the file, search for 'Installation:' This file adds the feature of creating question choices via sql rather than you having to type them. Let's say you have a question like, Who's your favorite respondent? You could type in all of the names...Boring. or you could just type <sql_static>select `fname`,`lname` from `respondent` where disabled = 'N' order by `lname`</sql_static> This would look into the phpESP db and pull all the respondents that are active. Much easier. chad. |