naughtyboy
Newbie
Posts: 1
Registered: 6/2/2004
Member Is Offline
|
| posted on 6/2/2004 at 10:55 PM |
|
|
Calendar not loading in page
I have installed the program and it works. I am able to add events to my calendar.
My problem is when I go to display the calendar on my page, it doesnt work. My code is as follows:
<?
include '../calendar/calendar.php';
?>
my HTML code
<?
show_calendar(Jakes_Test);
?>
more of my code
<?
show_event($CLd,$CLm,$CLy,Jakes_Test);
?>
more of my code
My page http://www.jakeivorys.com/html/testcalendar.php loads up to
the calendar code then stops.
Please help.
|
|
|
kvv
Super Administrator
Posts: 86
Registered: 6/17/2003
Member Is Offline
|
| posted on 6/7/2004 at 08:30 AM |
|
|
As I can see your calendar.php file located at ../calendar/cl_files folder but you try to include it from ../calendar folder, please correct it and
all will work fine.
|
|
|