From: Kon A. <ang...@ip...> - 2002-06-22 06:03:03
|
Hi All, Firstly thank you hackedalot for allowing me to finish this one off. I've commited the changes to cvs. The files affected are phpESP.ini which now has an additional global ESPCONFIG variable = human_read_mail which can be set to TRUE or FALSE and espresponse.inc which now has an additional function = response_select_hrm() which configures everything in human readable form. example below: 1/ Machine readable form : survey.id = 5 survey.name = email responses response.id = 43 response.username = 192.168.1.30 41 = my name is Kon 42 = Y 43 = I can't be bothered writing an essay.... 45 = 67 46 = 69,71,72 47 = 76 48_77 = 2 48_78 = 3 48_79 = 2 48_80 = 3 49 = 2002-04-21 50 = 222 2/ Human readable form: survey.id = 5 survey.name = email responses response.id = 42 response.username = 192.168.1.30 41 = here's a text box question : my name is Kon 42 = Here's a yes/no question : Y 43 = Here's an essay box question : I can't be bothered writing an essay.... 45 = Here's the radio buttons question : option three 46_69 = Here's the check boxes question : option one 46_71 = Here's the check boxes question : option three 46_72 = Here's the check boxes question : option four 47 = Here's the dropdown question : option four 48_77 = Here's a rate question : question 1 : 2 48_78 = Here's a rate question : question 2 : 3 48_79 = Here's a rate question : question 3 : 2 48_80 = Here's a rate question : question 4 : 3 49 = Here's the date question : 2002-04-21 50 = Here's a numeric qustion : 222 |