Ignore:
Timestamp:
07/25/11 20:19:23 (14 years ago)
Author:
fpvanagthoven
Message:

Start on survey page. There's something weird in surveycreationtool though. Should fix that.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/trunk/surveycreation.php

    r50 r51  
    44$savedSurvey = null;
    55$timeStamp = null;
    6 //var_dump($_POST);
     6
    77
    88/* LOAD SURVEY */
     
    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.