Changeset 26 for Dev/trunk/surveycreation.php
- Timestamp:
- 07/20/11 18:05:04 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/surveycreation.php
r24 r26 2 2 3 3 if (isset($_POST['timeStamp'])) 4 { 4 5 $timeStamp = $_POST['timeStamp']; 6 7 var_dump($_POST); 8 echo '<br/><br/>'; 9 $surveyDBI = SurveyDatabaseInterface::getInstance(); 10 $surveyDBI->setSurveyInfo($_POST); 11 $info = $surveyDBI->getSurveyInfo(); 12 echo '<br/><br/>'; 13 var_dump($info); 14 } 5 15 else { 6 16 $timeStamp = null; 7 17 } 18 8 19 9 20 ?>
Note: See TracChangeset
for help on using the changeset viewer.