Answered
PHP MySQL filter by todays date
This one should be simple. I want to filter events from a
database and not return any entries who's date (one of the fields)
is before the current date (I do want it to show events that equal
the current date). I'm sure theirs a simple answer for the MySQL
code, but I'm not sure how and how to pull todays date from the
server. Thanks from a novice...