Header problems
I'm using a PHP calendar script and trying to integrate it into my site (which is based on a Dreamweaver template).
I am including the calendar in the page using
include "calendar.php"
The calendar shows up fine, except above it says this:
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/mhkxoblo/public_html/html/calendar/calendar.php:10) in /home/mhkxoblo/public_html/html/calendar/includes/setup.php on line 59
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/mhkxoblo/public_html/html/calendar/calendar.php:10) in /home/mhkxoblo/public_html/html/calendar/includes/setup.php on line 59
How do I elimate these errors?
|