I want to have a list of months and years when content was posted to my website. Example:
///
Archive
July 2012
June 2012
May 2012
April 2012
///
Then, clicking one of list items takes you to a page with every post from that month. I know I should setup two columns in my mysql table, month and year. From there, I don't know how to get PHP to build a list using the data. I could do it manually every time a new month comes up, but that defeats the purpose in my book.
Please help me, Internet :)