i have tried googling for the syntax to run a query that can count the amount of new entries into a database based on todays date.
I have a field in my database called sign_up_date which is of type datetime and has a default of 00-00-0000 00:00:00
$query = "SELECT COUNT(id) FROM users WHERE signup_date=........... ?
can anyone help me out with the code required?