Saved Schedules:
-+
+ Saved Schedules: +
+
+
$schedule)
- echo "Saved Schedule $key
";
+ foreach($_SESSION['saved'] as $schedule)
+ echo "Saved Schedule
";
else
echo "No saved schedules!
";
?>
-
+
+
+
TODO:
+-
-
- Form validation to ensure endtime is after starttime, at least one day is checked. -
- Check the saved schedule function. After input my default schedule, the output was the same -as that of the demo. However, when I went back and clicked the "Saved Schedule 0" link, there -were then 48 possible schedules. It seems that the classes were added twice for some reason. +
- Form validation to ensure endtime is after starttime, at least one day is checked. +
- Check the saved schedule function. After input my default schedule, the output was the same + as that of the demo. However, when I went back and clicked the "Saved Schedule 0" link, there + were then 48 possible schedules. It seems that the classes were added twice for some reason.