Salaam Guys,
I don't know why, when I use this method :
session_start();
I see this error , please help me :
session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at D:\Xampp\xampp\htdocs\etest\index.php:1)
My Source :
<?php
ob_start();
session_start();
include("constants.php");
include("includes.php");
?>
<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<link type="text/css" href="css/main.css" rel="Stylesheet"/>
<script type="text/javascript" src="js/utils.js"></script>
<title>eTest Examination System</title>
</head>
Thanks for your advice,
Regards,
Mike