Use PHP and MySQL. In my table, there is date field (datetime) recorded by NOW() sql function. Example value of data in this field is 2010-10-07 10:57:36. Ho
use something like this it exactly works on my code(access database):
select * from Table t where t.column>=Date() and t.column< Date() + 1