On Thu, Feb 10, 2005 at 09:22:09AM -0600, Brian Densmore wrote:
I'm sure I could look this up via google or something, but just want ed to ask a quick question to experienced PHP coders out there. Any way to quickly generate a clickable calendar (preferably like a template) with php? Something you could drop into an existing page and add code to do things when a person clicks on a date?
One option is PHP iCalendar. It takes ics files and turns them into a pretty website. The only downside is that you can't enter new items from the web, only view. You can add html links into calender events.
http://sourceforge.net/projects/phpicalendar/
Or am I not understanding you? :-)