PHP Event Calendar";
echo "This is a demo. We are not saving the event to the calendar, but you could.
";
echo "We are demo-ing building the calendar, and interacting with it.
";
echo "Event: $event
";
echo "Date: $eventdate
";
exit();
}
?>
PHP Event Calendar
PHP Event Calendar
|
Su | M |
T | W |
Th | F |
Sa |
";
for ($i=1; $i<=$firstwday; $i++)
{ echo " | "; }
$firstweek = false;
}
/*== Sunday start week with ==*/
if ($wday==0) { echo "
"; }
/*== check for event ==*/
echo "";
echo "$d";
echo " | \n";
/*== Saturday end week with
==*/
if ($wday==6) { echo "\n"; }
$wday++;
$wday = $wday % 7;
$d++;
}
?>
Click on a date to select it and to populate the event date field on the left