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.
FreeVersion: 1.0 Platform(s): linux, windows, freebsd, osx, sun Updated: Mon Mar 10 2008
This calendar is made from two parts. On top there are the links to the previous and the next month, and below them is the calendar itself. It will show the selected month name with the year following and the days of the month bellow in a table view. You will need a good PHP editor to help you with your development or if you are experienced enough you can use a plain text editing software such as Notepad. At the begining we have to decide how we are going to pass our parameters. We can use either 'hidden' input fields in out html code or pass them in the URL. In this tutorial we will use the second approach. We are going to need two parameters - one for the "month" and one for the "year".
FreeVersion: 1.1 Platform(s): linux, windows, freebsd, osx, sun Updated: Tue Nov 20 2007
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.
FreeVersion: n/a Platform(s): linux, windows, freebsd, osx, sun Updated: Sun Dec 10 2006
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.
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.
Version: n/a Platform(s): n/a Updated: Tue Dec 21 1999