Jump to content

querying the database


krausehaus2

Recommended Posts

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

  • 1 month later...
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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.