In this tutorial I will show you how to create a calendar script in PHP. We will create a simple but good looking - easy customizable via CSS - calendar table.
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.
This is a very simple calendar script that is extremely easy to integrate a database into, and it will also get you into AJAX using Script.aculo.us. The JS allows for updating without the need to refresh a page :) Enjoy!