Markero
Новичок
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at Z:\home\localhost\www\tigran\homework 9\home.php:6) in Z:\home\localhost\www\tigran\homework 9\home.php on line 7
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at Z:\home\localhost\www\tigran\homework 9\home.php:6) in Z:\home\localhost\www\tigran\homework 9\home.php on line 7
Что не так? Какие конфиги исправить?
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at Z:\home\localhost\www\tigran\homework 9\home.php:6) in Z:\home\localhost\www\tigran\homework 9\home.php on line 7
PHP:
<html>
<head>
</head>
<body>
<div id="container">
<?php
session_start();
$_SESSION['lang'] = "eng";
echo $_SESSION['lang'];
?>
</body>
</html>