Thanks for the replay!
But a new problem has shown itself.
How can I best use the data to get a detailed selection for that specific month?
I have tried a few approaches, but they arent good enough. Any suggestions?
I am creating a tracker script for my website. I have a table in my mysql db with the following fields: page, ip, date. Just for the record; I have no problem getting the data into the DB. In the admin area, I want to display a list of the months where there has been traffic. The list must be dynami...