tutorials

Sponsors
Partner Sites
Miles To Go Before I Sleep...
This tutorial shows how to build a simple, extensible and modular PHP-based calendar by combining PHPs 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.
PHP Tutorials > Calendars
 
Simple Calendar
Shows you how to make a simple calendar with alternating day colors and highlight current day with a special color.
PHP Tutorials > Calendars
 
Easy Calendar Applications
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.
PHP Tutorials > Calendars