I got it working just fine, but I want to install it in a static page so you can see the whole calendar which should look like this
http://www.easyphpcalendar.com/demoTOC.php
Question: how do I create CSS for s9y so this thing will work, and it is possible to incorperate into the s9y calendar???
Here is there instructions on how to place it on a page:
*
To display the calendar in TOC mode, insert the following code where the TOC should appear:
<?php$TOC=1; require ("calendar/calendar.php"); ?>
*Replace "calendar/" with the actual path to the calendar directory relative to the directory of your web page.
Note: Always use relative paths. Do NOT use 'http://www.YourDomainName.com/calendar/calendar.php' in the require command or the calendar will not perform as expected.