I'm new to PHP. What I would like to do is generate an HTML page that has a list of events. The PHP code would look at the date of each event and only show those events that are the current date or forward. I would like to do this without using mySQL if possible. Maybe having a separate text file for each event and naming each file with the date? Then have the PHP code include the appropriate events. I just don't know to code this. Thanks for any help.
Jeff