So i have a php project that I am working on. Basically I am pulling events from a database and I want to display them. Ideally it would be displayed on a calendar looking page. similar to this page: http://gourmetretreats.com/cal_.php But I don't know if there is an easy calendar class that I can call to do it, without manually generating the html tables to form the calendar. Anyone done anything like this? thanks!
I have created a simple script for this purpose... and post it at my blog check it out http://www.tips1001.com/2006/07/10/simple-php-calendar-script.html