Changeset 51 for Dev/trunk/surveycreation.php
- Timestamp:
- 07/25/11 20:19:23 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/surveycreation.php
r50 r51 4 4 $savedSurvey = null; 5 5 $timeStamp = null; 6 //var_dump($_POST); 6 7 7 8 8 /* LOAD SURVEY */ … … 18 18 $timeStamp = $_POST['timeStamp']; 19 19 20 //echo 'This is what gets sent:';21 //var_dump($_POST);20 echo 'This is what gets sent:'; 21 var_dump($_POST); 22 22 // echo '<br/><br/>'; 23 23 $surveyDBI = new SurveyDatabaseInterface($_POST['surveyID']); … … 25 25 $info = $surveyDBI->getSurveyInfo(); 26 26 // echo '<br/><br/>'; 27 //echo 'This is what I get back:';28 //var_dump($info);27 echo 'This is what I get back:'; 28 var_dump($info); 29 29 30 30 $savedSurvey = Survey::getSurvey($info);
Note: See TracChangeset
for help on using the changeset viewer.