Efficient MySQL Coding for a Calendar

wxdqz

New Member
I\'m using PHP to print a calendar and print event headlines into it, pulling the events data from a MySQL database. I could query MySQL for each day to determine if there are events on that day but this seems ineffecient and expensive. Can anyone suggest a more efficient method? Maybe somehow involving PHP\'s MySQL array fucntions? Thanks!
 
Back
Top