Learn to build a calendar of events using PHP.
In this tutorial we will learn how to create a PHP calendar of events. We will use an overlib effect to indicate when there is an event and an event details page to show all of the available information.
Example:
Open calendar of events demo in a new window
The calendar above is shown in an iframe for illustration purposes. The files you are going to need to make it work are: myEventsCalendar.php, details.php, demo.php, and the overlib.js.
Now, let's go to the next page to see how we can make this calendar of events work.
|