php - MySQL How to SELECT data from table which recorded today? -


use php , mysql. in table, there date field (datetime) recorded now() sql function. example value of data in field 2010-10-07 10:57:36. how can select data day-month-year today. try use code below:

  select * table date=???? 

select * table date(date)=curdate()


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -