Changeset 95 for Dev/trunk/surveycreation.php
- Timestamp:
- 08/31/11 15:35:10 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/surveycreation.php
r83 r95 22 22 $timeStamp = $_POST['timeStamp']; 23 23 24 //echo 'This is what gets sent:';25 //var_dump($_POST);26 //echo '<br/><br/>';24 echo 'This is what gets sent:'; 25 var_dump($_POST); 26 echo '<br/><br/>'; 27 27 $surveyDBI = new SurveyCreationDatabaseInterface($_POST['surveyID']); 28 28 $surveyDBI->setSurveyInfo($_POST,$_SESSION); 29 29 $info = $surveyDBI->getSurveyInfo(); 30 //echo '<br/><br/>';31 //echo 'This is what I get back:';32 //var_dump($info);30 echo '<br/><br/>'; 31 echo 'This is what I get back:'; 32 var_dump($info); 33 33 34 34 $savedSurvey = Survey::getSurvey($info); … … 41 41 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 42 42 <head> 43 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" >43 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 44 44 <title>Survey Creation</title> 45 45 <?php new StyleSheet(); ?>
Note: See TracChangeset
for help on using the changeset viewer.