Query Question!

admin

Administrator
Staff member
Ok. I want to query a db in php like this:

if $m == jan01 then select Date from db (pulling all dates from 2001-01-01 through 2001-01-31)

here's the deal. i have tons of dates like jan01. (ie. dec94, feb99) How is the easiest way to do this?

Thanks a ton!
josh
 
Back
Top