Changeset 80 for Dev/trunk/survey.php


Ignore:
Timestamp:
08/09/11 14:48:35 (14 years ago)
Author:
basvannuland
Message:

Application save load from db should work. styles not part of save yet.
More work on session save load

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/trunk/survey.php

    r78 r80  
    22require 'classes/master.php';
    33
    4     var_dump($_POST);
     4    //var_dump($_POST);
    55   
    66if (is_null($_SESSION['username']))
     
    1616    $savedSurvey = Survey::getSurvey($info);
    1717   
    18     //var_dump($_POST);
     18    var_dump($_POST);
    1919}
    2020else
Note: See TracChangeset for help on using the changeset viewer.