• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

A PHP calendar script that doesnt require a database?

do you just want it to display a clander with the current day or do you also want it to hold info about thats going on those days
 
Originally posted by: jonmullen
do you just want it to display a clander with the current day or do you also want it to hold info about thats going on those days

This is exactly how I want it like. Except with no database. And in PHP.
 
Originally posted by: dcpsoguy
Originally posted by: jonmullen
do you just want it to display a clander with the current day or do you also want it to hold info about thats going on those days

This is exactly how I want it like. Except with no database. And in PHP.

which way, just displays the day or hold info about the day
 
Here its not exactly the prettiest thing IMHO, but it does what you want the only problem is its Perl, but if you truly want it in PHP I bet you could port it, but it would take some work.
 
yeah i really doubt you're gonna find such a cool calendar like the one you linked that stores info in a file. a lot of functionality is lost when you revert to simple calendars that stores info on files.

have you taken a look at PHP iCalendar? it looks really nice and it doesn't require a database. except you could only modify the calendar with programs that support iCal files, which i think are only limited to iCalendar from MACS or Mozilla.
 
Back
Top