Penso che la soluzione sia la seguente, ma ancora non ho provato perché non ho qui con me il codice...

------------------------------------------------------------
The following example shows how CURDATE can be used in a SELECT statement to return all records that have a shipment date that is the same or later than today's date:
Codice PHP:
SELECT FROM Orders WHERE ShipDate >= {fn CURDATE()} 
------------------------------------------------------------

Un semplice segno di maggiore o minore nella query...
Ciao ciao
Gianluca