PDA

View Full Version : TOTALLY frustrated


songmaker1
06-11-2007, 12:16 AM
I need help with my install. I'm a newb with PHP.
I did the http://www.YourDomainName.com/calendar/setup/index.php. and everything was OK. The server side seems ok. Now I don't understand how to get the actual calendar in my webpage. I have a 300 px by 250 px Div class designated where I want the calendar to be.
I put the code <?php $CSS=1; require("calendar/calendar.php"); ?>
in the head and the <?php $OL=1; require("calendar/calendar.php"); ?>
in the body.

So NOW what code do I use for the actual calendar??? BTW , I changeD my page from html to php.

please help!

songmaker1
06-11-2007, 12:50 AM
ok, I figured out how to get it on my page. :teeth_smi I just copied the code from the demo.

Brian
06-11-2007, 09:12 AM
In case anyone sees this thread, the answer was:

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

:)