so right now I\'m storing a the date of each search done on my site like this
2011-06-07 21:44:01
now I\'d like to execute a query to select al
This should work:
mysql_query("SELECT tag from tags WHERE date LIKE '2011-06-07%'");