PHP : PHP : Calendars

Monthly Calendar

0.0/5 (0 votes cast)

This code can be further developed to generate PHP early calendar and can be a part of any advance PHP script for a event with a calendar requirement. The script can be used to navigate to any month or year.

Generate a Month Calendar in PHP

0.0/5 (0 votes cast)

This article shows you how to display a calendar for a given month, mainly using PHP's date() function. The article talks you through the process of creating a function which allows you to specify the month and year for it to output the calendar for the month.

Easy Calendar Applications

0.0/5 (0 votes cast)

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.

You can use this calendar script on the Linux Shell or on your webserver account. This script shows you how to display a calendar for a given month, mainly using PHP's printf() function.