tags:

views:

71

answers:

2

does anyone know of a rudimentary php script that will take data from a list of events (like something output from a cms) and display them in a html table calendar

I don't need an js or ajax, just the server side code

A: 

I think easyphpcalendar might be what you need.

soulmerge
looks like some nice software, but ideally, I would like to feed the calendar some data and have it only display that data in an html table calendarthis one looks like it's a full scale calendar with a back end admin and lots of features
mjr
What exactly do you want, then? Could you give an example?
soulmerge
A: 

I think I found what I need here

php calendar script

mjr