index.php page blank after calendar setup
Compatibility check was ok and the original files were installed by Brian, and I set up the page (index.php) as directed. The following line was entered just before the end of the head, and
<?php $CSS=1; require("calendar/calendar.php); ?>
</head>
and
<?php $OL=1; require("calendar/calendar.php); ?>
was set as first line of body.
Where I want the calendar, I entered
<?php require("calendar/calendar.php"); ?>
When uploaded, the page returns as a complete blank.
What am I doing wrong?
|