<?php
// Устанавливаем кодировку и уровень ошибок
header("Content-Type: text/html; charset=utf-8");
error_reporting(E_ALL);
Когда открываю файл в браузере, то пишет следующую ошибку:
<?php
// Устанавливаем кодировку и уровень ошибок
header("Content-Type: text/html; charset=utf-8");
error_reporting(E_ALL);
Цитата |
Warning: Cannot modify header information - headers already sent by (output started at W:\home\localhost\www\ptu\index.php:1) in W:\home\localhost\www\ptu\index.php on line 3 |