Hi.
I've searched a bit around the different boards on PHPbuilder, but i cannot find an answer to my questions yet.
I'm familiar with easy php/mysql-applications, but i've run into a problem now. I'm trying to build a booking system(for training purpose), and I'm kind of stuck when it comes to this:
each booking record in db has a "from" and a "to" date(DATE format)
how can i return available objects when a user searchs for "available objects from 2006.01.01 to 2006.03.01 ?
help would be much appreciated.