This tutorial shows how to build a simple, extensible and modular PHP-based calendar by combining PHP's date and time functions with a mySQL database. You can incorporate this calendar module into a larger application, or use it as your personal date book on an Internet Web site or the corporate intranet.
Here, you will learn how to build your own online calendar using the MCAL library and PHP. The MCAL library offers a common simple interface for accessing calendars that can be stored in many different formats. Full source code provided.