[Help] How fix web error

MorgaN

Active Member
Joined
Apr 23, 2008
Messages
714
Reaction score
101
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\xampp\htdocs\index.php:1) in C:\xampp\htdocs\index.php on line 2

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\index.php:1) in C:\xampp\htdocs\index.php on line 3

how fix this error????
 
try again

PHP:
<?
session_start();
ob_start();
//Your code Here //
 
Last edited: