Justin from Indiana wrote:
> 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).
SELECT column1, column2, column3
FROM myTable
WHERE theDate >= CURDATE()
--
David Powers, Adobe Community Expert
Author, "The Essential Guide to Dreamweaver CS3" (friends of
ED)
Author, "PHP Solutions" (friends of ED)
http://foundationphp.com/