Changeset 16 for Dev/trunk/submitsurvey.php
- Timestamp:
- 07/15/11 15:33:08 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/submitsurvey.php
r14 r16 25 25 26 26 foreach($result as $line){ 27 $value = $line['? surveyTitle'];27 $value = $line['?title']; 28 28 if($value != "") 29 29 echo $value->toString()."<br/>"; … … 35 35 36 36 foreach($result2 as $line){ 37 $value = $line['? surveyDescription'];37 $value = $line['?description']; 38 38 if($value != "") 39 39 echo $value->toString()."<br/>";
Note: See TracChangeset
for help on using the changeset viewer.