Link to home
Start Free TrialLog in
Avatar of Philippe Renaud
Philippe RenaudFlag for Canada

asked on

Adding Calendar to PHP web site

any ide ahow I could add a caldendar like this web page and put notes on different days ?

http://www.professiondaytrader.com/fr/calendrier/calendar.html

I dont have a good knowledge of PHP
maybe no need of PHP, maybe just Javascript or HTML?

any source code avaialble or ideas?

Do I absolutely need a Database to hold the data ?
Avatar of item251
item251

There are some free scripts:

http://www.ajaxavailabilitycalendar.com/
http://www.ajsquare.com/resources/event_calender.php
http://www.calendarix.com/index.php

If you help to install one of those, just reply here!
ASKER CERTIFIED SOLUTION
Avatar of nanharbison
nanharbison
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I think the calendar in the URL you gave us is a Joomla extension. Are you using a CMS?
Generally speaking, a calendar would be associated with a data base.

The essential parts of a calendar DB table are a title, a starting DATEIME and an ending DATETIME.  You may have other parts (description, location, points of contact, etc.) but you can create a meaningful calendar with only those three.

Some information that may help you become familiar with the technology behind whatever calendar you choose is available in this article.
https://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/A_201-Handling-date-and-time-in-PHP-and-MySQL.html

Best to all, ~Ray
The Reese calendar is administered through an interface, no need for programming ability
Avatar of Philippe Renaud

ASKER

Reece looks nice, their demo is not working but...mmm
Ok I will need to add a MySql db before going further
Oh, yeah, I just noticed that. The site where I was using it no longer exists, or I would have sent it to you.