PHP Classes

File: example1.php

Recommend this page to a friend!
  Classes of Christoff Truter   PHP Calendar   example1.php   Download  
File: example1.php
Role: Example script
Content type: text/plain
Description: Example using calendar outside form
Class: PHP Calendar
Generate month calendar that can be used in forms
Author: By
Last change:
Date: 17 years ago
Size: 287 bytes
 

Contents

Class file image Download
<html>

<head>

<title>Calendar Example 1</title>

<link rel="stylesheet" type="text/css" href="styles/calendar.css" />

</head>

<body>

<?

include "includes/PHP4/calendar.php";
$calendar = new Calendar("example1");
echo
$calendar->Output();

?>

</body>

</html>