Ok... I need to query my database to look for events that have yet to happen. The database is filled with events from the past to future upcoming events. The ones that are currently going on and one that have yet to happen need to be displayed on one page. The old events need to be place on a page that will be set a side for archiving.
I did some research in into timestamping in php. Where do I start from here. What function would I use to ask the database to compare the current time stamp to the date of the event.
Bookmarks