hope someone can help,
What i`m trying to do is pull all results from the database for any given month, Is the possible using a mysql query only (no php).
Im usi
SELECT * FROM table_name WHERE MONTH(Display_Date) = MONTH(CURDATE()) AND YEAR(Display_Date) = YEAR(CURDATE())
reference