Warning: Cannot modify header information - headers already sent by (output started at Z:\\home\\zewas.ru\\www\\inc\\head.php:12) in Z:\\home\\zewas.ru\\www\\index.php on line 51
Warning: Cannot modify header information - headers already sent by (output started at Z:\\home\\zewas.ru\\www\\inc\\head.php:12) in Z:\\home\\zewas.ru\\www\\index.php on line 52
Warning: Cannot modify header information - headers already sent by (output started at Z:\\home\\zewas.ru\\www\\inc\\head.php:12) in Z:\\home\\zewas.ru\\www\\index.php on line 55
Ты используешь заголовки после вывода информации в браузер
варианта 2. Первый смотри ошибки в строках 51 52 55, либо версия пхп не подходит!
А так делать не надо. Посмотри этот свой файл
homezewas.ruwwwinchead.php, нет ли там пробелов после ?> , да и в начале тоже после <?
Xxxman, вот код что нетак то?
<!DOCTYPE html PUBLIC \'-//WAPFORUM//DTD XHTML Mobile 1.0//EN\' \'http://www.wapforum.org/DTD/xhtml-mobile10.dtd\'>
<html xmlns=\'http://www.w3.org/1999/xhtml\'>
<head>
<meta http-equiv=\'content-type\' content=\'text/html; charset=UTF-8\'/>
<meta name=\'author\' content=\'Damags\'/>
<meta name=\'keywords\' content=\'Легенды неба, легенды, мобильная онлайн игра, легенды неба\'/>
<meta name=\'viewport\' content=\'width=device-width; minimum-scale=1; maximum-scale=1\'/>
<link rel=\'stylesheet\' type=\'text/css\' href=\'/css/style.css\'/>
<link rel=\'icon\' href=\'/favicon.ico?\' type=\'image/x-icon\'/>
<link rel=\'shortcut icon\' href=\'/favicon.ico?\' type=\'image/x-icon\'/>
<?php
echo \'<title>\' . $title . \'</title>\';
?>
<body>