Integration with Incomedia Website X5 v8
I woul like to buy this, but I do now nothing from PHP and I can't integrated it into my website. The calendar is working but when I put in the line you are describing, nothing happens
I would like to install Easy PHP Calendar, but i doesn’t seems to work. I have to do next thinks:
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.
<php>
</head>
*Replace "calendar/" with the actual path to the calendar directory relative to the directory of your web page.
________________________________________
If you use the mouse-over option, make sure the code below is in the BODY section of any PHP page that will display the Easy PHP Calendar script (preferably the first line below the <body> tag.
<body>
<php>
I have put that into the Page Properties by Expert en took PHP
Once the necessary code is in place, 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 but nothing happens when I do that
<?php require("calendar/calendar.php"); ?>
Do there exist an good PHP script with everything already insite?
|