TOTALLY frustrated
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!
|