Hi, This has been a pain in the bum fo rme, and I am sure it is simple,
I am wanting to call from a db entries that are greater than or equal to todays date.
I have been messing around with
$date = date(d m);
// in db adding a field (var) that carries the date in d m format
"SELECT * FROM whatever WHERE var => '$date'"
Is there an easy way in php to say where $value(some date format) => today(now)
Driving me nuts
TWCMAD