hisham
IS-IT--Management
- Nov 6, 2000
- 194
I have a code start like that:
<?
---------------------------------
session_start();
include "header.inc";
include "mode.php";
---------------------------------
but if I use any html after or before the code I get the message:
Warning: Cannot send session cache limiter - headers already sent (output started at /usr/local/apache/htdocs/projectname/cart.php:2).
what is that meaning, thanks in advance for any help.
<?
---------------------------------
session_start();
include "header.inc";
include "mode.php";
---------------------------------
but if I use any html after or before the code I get the message:
Warning: Cannot send session cache limiter - headers already sent (output started at /usr/local/apache/htdocs/projectname/cart.php:2).
what is that meaning, thanks in advance for any help.