<html> <head> <title>Page title</title> </head> <body> <?php include_once("BaseCalendar.inc"); $newCal = new BaseCalendar(); ?> </body> </html>
info at phpclasses dot org