Flat file event calendar in PHP

2k Views Asked by At

I need to make a flat file PHP calendar that an admin would be able to edit, delete, and make new events. Does anyone know where I could find something like this, like maybe a tutorial? I can't download one that would need a licence for selling, by the way.

Thanks!

2

There are 2 best solutions below

0
On BEST ANSWER

FullCalendar seems to be a very nice and featured calendar. It requires jQuery. You will surely need some ajax in your application background to associate events with your PHP models. I've used it and it fit our requirements very well.

0
On

I´m not sure what you mean by finding it but not being able to download it, but if you get Pro PHP and jQuery you'll be making one step by step. Just replace the db stuff with file stuff.