jest to index.php i gdy koduje go w UTF-8 na mozilli są polskie znaki i w innych przeglądarkach zaś wyswietla mi błąd
<?php ?>
Cytat
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at D:\Program Files\WebServ\httpd\index.php:1) in D:\Program Files\WebServ\httpd\index.php on line 3
gdy ustawie index.php na UTF-8 bez BOM w mozilli pojawiają sie polskie znaki, wszystko zaczyna działać, ale w chrome już krzaki : / ma ktoś jakiś pomysł ?

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
nie mam pojęcia.... dziękuję i pozdrawiam.