hey,
ive used php time() to store against a record... trouble is, now i need to query the database on month and year... eg:
sales_id date
======================
3 1171598195
4 1171799435
5 1171855432
how would I query the time()'s for a month... eg: get all from the database where month = Jan.
any ideas?!