In my content news manager I'm developing I'm entering the date of the article into the database via mySQL timestamp.
Is there anyway to get all the articles in a month using this?
Like if I want to get all the articles that are sports related by the address:
category.php?cat=sports
is there a way to do this:
month_select.php?month=jan
By just using the mySQL timestamp?