Hi all,
Why won't this work?
$sql = "SELECT * FROM orders WHERE ordDate=>'" . date("Y-m-d 00:00:00") . "'";
I'm trying to get the oeders in the mySQL DB for todays date.
This is the format that they are stored in the DB:
2003-08-13 14:15:52
Any ideas?
Cheers,
micmac