Forum Moderators: coopster
i need to be able to show booked and available periods from anything from 1 day to two months,
does anyone know i way i could do this, are there any ready made scripts out there doing this,
many thanks
Dan
The second step is selecting the right data from the database and show it to the users.
PHP and MYSQL(database) is a popular and free combination. We have no indication of your programmings skills at this moment. It takes time to learn this kind of thing if you are not into programming.
If you just need results on no neat and funky solutions just go for the simple approach: create an html file per villa containing a simple table and you're done :-)
The db option of course offers more flexibility. You can for example search for 'all villa's in Area X that are available between date1 and date2'