Wintergreen Posted September 7, 2006 Share Posted September 7, 2006 I just want either confirmation that I'm on the right track or a violent strike-down.I have a blog up and working and I'm adding functionality. Right now I have a calendar on it which will be the search utility. My idea to make this work is to read the dates of posts in the DB into an array, and then use a for loop while printing out the days in the calendar to check for matches in dates with the post dates. However, this seems a bit inefficient, almost like the bulldozer method of doing it, especially since I have the dates of the calendar written by two different loops (one for the first row, the other for the remaining days). Is this the best way to go about it? Link to comment https://forums.phpfreaks.com/topic/20067-auto-calendar-and-mysql-date-matching/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.