![]() |
| Free ASP, PHP, Java scripts Tools and Utilities |
![]() |
i94.biz! PHP, MySql Database, JavaScript | ![]() |
|
|
|
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.
|