by chris » Wed May 28, 2008 8:41 am
Hi there and welcome to the forum
The script works by only saving dates that are booked in the database table. So, adding a search for availability between dates shouldn't be too hard.
You would just have to do a query using a mysql condition syntax such as BETWEEN. If the result returns 0 rows then that means that the item is available through those dates, if not, then it means that 1 or more days are unavailable.
Chris