Ignore:
Timestamp:
07/26/11 13:44:23 (14 years ago)
Author:
fpvanagthoven
Message:

survey.php all types implemented. Should do input checking also.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/trunk/surveycreation.php

    r51 r52  
    1818    $timeStamp = $_POST['timeStamp'];
    1919
    20     echo 'This is what gets sent:';
    21     var_dump($_POST);
     20//    echo 'This is what gets sent:';
     21//    var_dump($_POST);
    2222//    echo '<br/><br/>';
    2323    $surveyDBI = new SurveyDatabaseInterface($_POST['surveyID']);
     
    2525    $info = $surveyDBI->getSurveyInfo();
    2626//    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);
    2929
    3030    $savedSurvey = Survey::getSurvey($info);
Note: See TracChangeset for help on using the changeset viewer.