What I am trying to do is only select only a certain month from the database. I am storing the values as the MySQL date function, YYYY-MM-DD.
I could have php have the starting date, and ending date of the current month. Then have MySQL select the ones between those, but I think there is a better way, and I wouldn't find a function in MySQL that would do it..... anyone have an idea?
Thanks in advance,