This Free Availability Calendar script is based on PHP / MySQL and uses a very simple code to generate a calendar which can be embed on your web page using a small piece of HTML code. You can use our free PHP calendar script on any website where availability needs to be shown.
There is a MySQL table where all unavailable dates are recorded.
CREATE TABLE IF NOT EXISTS `calendar` (
`date` date NOT NULL
);
There is also external .css file where all the styles can be easily updated. For example this class #Calendar .cMonth is used for the current month text.
Ajax is used to load the calendar and also to navigate through the months.
Please check demo page of our Free Availability Calendar script to see it in action and also check installation instructions. If you have problems, need help or customization or have a suggestion for improvement please use the comments box below.
To download Free Availability Calendar for FREE you need to login your account.