Changeset 59 for Dev/trunk/survey.php
- Timestamp:
- 07/27/11 18:57:54 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/survey.php
r58 r59 14 14 $savedSurvey = Survey::getSurvey($info); 15 15 16 var_dump($_POST);16 // var_dump($_POST); 17 17 } 18 18 else … … 26 26 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 27 27 <title>Survey</title> 28 < link rel="stylesheet" type="text/css" href="css/style.css" />28 <?php new StyleSheet(); ?> 29 29 <script type="text/javascript" src="js/menu.js"></script> 30 30 </head>
Note: See TracChangeset
for help on using the changeset viewer.