In my MySQL database i have 2 date rows. One with the opening date (for example 2001-01-01) and one with the closing date (for example 2001-01-27).
Is it possible to query some day between this dates with PHP? For example 2001-01-15?
Thanks for help.
martin