« Banner and Link Click CounterGuestBook Script »

Free Availability Calendar

Price: FREE Version: 1.0
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.

60 Comments to "Free Availability Calendar"

jagdish April 13, 2013 at 12:36 pm | Reply

0

asdasdas
jagdish April 13, 2013 at 12:36 pm | Reply

+2

asdasd
ram April 2, 2013 at 10:09 pm | Reply

0

no comment
Jody Secaur March 15, 2013 at 3:42 pm | Reply

0

How do you admin this? I don't see any login or anything to change availability on dates.
Grace February 27, 2013 at 8:52 am | Reply

+2

date save from database not working. it did not show on the calendar. any help?
ccs February 15, 2013 at 10:13 am | Reply

0

Thanks...i will try to run the script if it will work properly
rona February 13, 2013 at 1:07 pm | Reply

0

I tried to run it on localhost, but still doesn't work.
Evrim Altay Koluaçık February 13, 2013 at 1:19 pm

+1

Can you give us error message? Or error image?
Rona February 13, 2013 at 12:17 pm | Reply

0

Hello Everyone! I run the example-page.html to view the calendar, but it doesn't work. It just display the text in example-page.html. Please help.
Evrim Altay Koluaçık February 13, 2013 at 12:25 pm

+1

Did you try on the Localhost? If you can try on the Localhost, it will be work very well.
fran January 31, 2013 at 5:10 pm | Reply

0

To fix the 0 - 9 problem, just add this:

$current_day = ($current_day < 10 ? '0' : '') . $current_day;

below this:

$current_day = $i - $startday + 1;
Hetal January 25, 2013 at 7:46 am | Reply

0

Thank you..!!!


Please be polite and helpful and do not spam or offend others. We promise you will be treated the same way.

Log in your free account or if you still haven't joined our Webmaster Community Reward Program, you can create your free account now.

Posting tip:
if you use code in your comments please put it in these tags [php], [sql], [css], [js]
PHP code example: [php] echo date("Y-m-d"); [/php]

Thank you,
~ PHPJabbers team ~