You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To view calendar, import 'events.sql' file into your database and modify the PDO to connect to that database. Thank you.
About
I created an online calendar to display upcoming events for my mother-in-law's garden club using PHP. The site connects to a database of events and lists them in chronological order. Once a date has passed, the event is no longer displayed.