krausehaus2 Posted October 5, 2006 Share Posted October 5, 2006 I am trying to create a calendar that shows the specific special event on a certain date. I have the calendar already created but when I query the database to put in the events, I can only put the last event in the calendar. When I am querying the database I am using a while statement to retrieve the events. Is there any other way I can work around this? Link to comment https://forums.phpfreaks.com/topic/23047-querying-the-database/ Share on other sites More sharing options...
thekl0wn Posted October 6, 2006 Share Posted October 6, 2006 I'm not sure I follow... Could you give the code? Link to comment https://forums.phpfreaks.com/topic/23047-querying-the-database/#findComment-105257 Share on other sites More sharing options...
krausehaus2 Posted November 29, 2006 Author Share Posted November 29, 2006 I found out what the problem was. When you query the database for the events, it would only show the very last one on the calendar. So what I did was loop it to where it would run a query for every day of the month. That way it would find everything in the database per day. Someone else had answered this question a while ago and I had wrote a reply thanking him and thought this had been closed out. Link to comment https://forums.phpfreaks.com/topic/23047-querying-the-database/#findComment-132230 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.