Free ASP, PHP, Java Script, Tools and Utilities
Free ASP, PHP, Java scripts
Tools and Utilities
i94 logo i94.biz! PHP, MySql Database, JavaScript i94 logo


This free calendar is an easy to use lite weight PHP calendar
It is one function that requires the month and year passed in as parrameters
A June 2009 calendar is created with this line... calendar(6,2009);
The month and year parrameters can come from the Date function()...$mnth=date('m');$yr=date('Y');calendar($mnth,$yr)
or the values can come from select menus.
Each month requires a small data file.
The following is the file June2009.php
The file name is Month(capital first letter) plus a 4 digit year and .php extension
The index of the $events array is the day of the month and the string gets displayed between calendar day <td> </td> tags.

June-2009

SundayMondayTuesdayWednesdayThursdayFridaySaturday

01

02

03

04

05

06

07

08

09

10
MARC'S BDAY!
cake picture

11

12

13

14

15

16

17

18

19

20
i94

21

22

23
Jenny's Birthday
Pauline's Birthday

24

25

26
Aztalan Meeting

27

28

29
TIM!
cake picture

30






The ClickOnMe PHP calendar function...


Adding menus to the calendar...

Down Load the PHP Calendar Function
Listed at Hot Scripts in PHP