DawnB
11-12-2006, 12:05 AM
I set up a file and I'm trying to call up the calendar.php file. It doesn't seem to matter whether if I put the file in the same directory as the calendar.php or or one level up outside of the directory, I am unable to call up the calendar with a relative path - with the absolute path I have been able to get the calendar to appear, but with the relative path it's just a blank page.
When it's in the same sub-directory, I have this relative path:
<?php $OL=1; require("calendar.php"); ?>
Thanks,
Dawn
When it's in the same sub-directory, I have this relative path:
<?php $OL=1; require("calendar.php"); ?>
Thanks,
Dawn