I have a column in my MySQL table which has dates (in the date column)in a yyy-mm-dd format. I need to use PHP to locate any data with whose month is the same as the current month. (All entries from 2003-09-01, to 2003-09-30 would be displayed).
What is the best way? How do I write the query?
What is the best way? How do I write the query?