Help about “session_start()” please?

luluyakyak

New Member
Salaam Guys,I don't know why, when I use this method : \[code\]session_start();\[/code\]I see this error , please help me :\[code\]session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at D:\Xampp\xampp\htdocs\etest\index.php:1)\[/code\]My Source :\[code\]<?phpob_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="http://stackoverflow.com/questions/3696195/css/main.css" rel="Stylesheet"/><script type="text/javascript" src="http://stackoverflow.com/questions/3696195/js/utils.js"></script> <title>eTest Examination System</title></head>\[/code\]Thanks for your advice,Regards,Mike
 
Back
Top