Error in calendar booking system
问题 I have a 'calendar booking system' in PHP and below are code snippets of that. I am running WampServer2.4 <? include('php/connect.php'); include('classes/class_calendar.php'); $calendar = new booking_diary($link); if (isset($_GET['month'])) $month = $_GET['month']; else $month = date("0"); if (isset($_GET['year'])) $year = $_GET['year']; else $year = date("0"); if (isset($_GET['day'])) $day = $_GET['day']; else $day = 0; $selected_date = mktime(0, 0, 0, $month, 01, $year); // Make a timestamp