when i use session , that send this error :
Warning: Cannot send session cookie - headers already sent by (output started at /var/www/html/persian/servieces/forum/LoginForums.php:1) in /var/www/html/persian/servieces/forum/LoginForums.php on line 2
Warning: Cannot send session cache limiter - headers already sent (output started at /var/www/html/persian/servieces/forum/LoginForums.php:1) in /var/www/html/persian/servieces/forum/LoginForums.php on line 2
---------php code ---------
<?php
session_start();
?>
<html>
<SCRIPT language="JavaScript" src="../../ChangeFlashFrame.js" type="text/javascript"></SCRIPT>
<head>
<title>تبادل نظر</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body bgcolor="E6DFD7" onLoad="MM_controlShockwave('UB?topFrame','','GotoFrame','4')">
</body>
</html>
---------end code ------------
why ?
thanks .