Answered
Mysql Results for > 2 Days Ago
Hi All,
I am making a site for a band and would like to have a section of the site that shows when their performances will be. I'd like this to show all upcoming events plus any events that have happened within the last 2 days.
Right now I have my mysql query set up with "WHERE Shows.show_date >= NOW()" and that works OK but is there a way to also pull the data for events from 2 days prior to NOW()?
I'm using mysql and php.
Thanks in advance for any help/suggestions you might have!
I am making a site for a band and would like to have a section of the site that shows when their performances will be. I'd like this to show all upcoming events plus any events that have happened within the last 2 days.
Right now I have my mysql query set up with "WHERE Shows.show_date >= NOW()" and that works OK but is there a way to also pull the data for events from 2 days prior to NOW()?
I'm using mysql and php.
Thanks in advance for any help/suggestions you might have!
