Jump to content

how can I put easy php calendar on homepage


Recommended Posts

Hi All,

I am trying to put "easy php calendar" on my home page but not having any success,
(http://www.easyphpcalendar.com)


In the instructions for "easy php calendar" it says :

There must be a link to the CSS file in the header (just before the </HEAD> tag) of any page that displays the Easy PHP Calendar script. This is the code :

<?php $CSS=1; require("calendar/calendar.php"); ?>




Then the instructions say :
all that is required to display the calendar on a web page is to use the PHP require command by placing the code below where the calendar should appear.

<?php require("calendar/calendar.php"); ?>



But I cannot seem to do it, can anybody help ?


All the best,
Cerberus22

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...