Hi guys, I have a field on my table which is called X, and I store unixtime(php -> time()). My question is:
How can I list all the months from my DB, something like: 6.2009 8.2009 etc..
And my second question is:
How can I make a query to list all the informations based on a month and year on the same field X(i store unixtime), I know this doesn't work, but mabe you can understand it better: where
date
= '06.2009'
Any solutions?