Hello i want to create a SQL call to grab news post from now to 30 days ago must i have no real good understanding of mktime but i know thats what i need to use to do this ... heres what i have to work with.
the DB has a date filed and the format is mm/dd/yyyy and i was going to use something like
SELECT * FROM news
WHERE Date
BETWEEN date("m/d/Y") AND mktime(i dunno)
any one have something yo do this
thanks Don