session woes
Posted: Thu Oct 26, 2006 10:51 am
Ok so I have a php page with three links on it. Each link takes you to another php page, but opens it in a new window using target="_new". Each php page starts like this:
<?php
session_start();
error_reporting(0);
?>
The first two display just fine. But when I click on the 3rd link I get this error message at the top of the page.
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/c802web/public_html/CFE/Print_Page03.php:1) in /home/c802web/public_html/CFE/Print_Page03.php on line 3
Any ideas?
thank,
demosthenes
<?php
session_start();
error_reporting(0);
?>
The first two display just fine. But when I click on the 3rd link I get this error message at the top of the page.
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/c802web/public_html/CFE/Print_Page03.php:1) in /home/c802web/public_html/CFE/Print_Page03.php on line 3
Any ideas?
thank,
demosthenes