I like to automatically display the upcoming events for my church on our webpage.
I imagine having a simple text file with one line entries, where the first element on the line is the date of the event.
I like to have that file scanned and only the events for the next 8 weeks or so returned. Events that are past would be skipped, as well as anything that is further into the future then 8 weeks.
I want the output in a simple format, i.e.
4-1 Rev. Max: Lent = Let's eliminate negative thinking
4-8 Rev. Max: Resurection is for all
New events would be appended at the end of that file, but not necessarily in chronological order, but the output should be in chronological order.
My server supports php as well as mysql, which I think we could do without.
I have no experience with php or mysql and and would appreciate if somebody could suggest an easy solution for this.