|
PHP/MySQL Query needed for UNIX Timestamp
Hi i need help with some code.
So far i have gotten my code to count how many records are approved and how many are not approved.
But i need help with making a query that counts the records posted today (on that day). I'm using UNIX timestamp (in PHP time()) to insert the date into a field called date.
Any ideas how i can pull the records posted on today.
|