Question
PHP Event Calendar
I have been looking high and low on tutorials on how to make
a php event calendar. The closest I've gotten was a calendar event
that is connected to MySQL and it shows all the days that an event
is on. The MySQL table has a event_date, event_title and
event_desc. That tutorial was from phpfreaks.com.
I am looking for something a little more then just showing a calendar that highlights the day of the event. I am looking for a php event calendar that shows the calendar and it's event title showing up in the calendar according to its date.
I had gone through a similar tutorial in ColdFusion. However, for PHP it seems impossible to find something that is free. Do you know of any tutorials that guides you a step by step using php in event calendar where the event title falls on the calendar date.
Thank you,
AdonaiEchad
I am looking for something a little more then just showing a calendar that highlights the day of the event. I am looking for a php event calendar that shows the calendar and it's event title showing up in the calendar according to its date.
I had gone through a similar tutorial in ColdFusion. However, for PHP it seems impossible to find something that is free. Do you know of any tutorials that guides you a step by step using php in event calendar where the event title falls on the calendar date.
Thank you,
AdonaiEchad
