Kod
<?
if(($l == "1")||($l == "2"||($l == ""))){
header("Content-type: text/html; charset=iso-8859-2");
$isov="ISO 8859 2";
} else
if($l == "3"){
header("Content-type: text/html; charset=iso-8859-13");
$isov="ISO 8859 13";
}
?>
if(($l == "1")||($l == "2"||($l == ""))){
header("Content-type: text/html; charset=iso-8859-2");
$isov="ISO 8859 2";
} else
if($l == "3"){
header("Content-type: text/html; charset=iso-8859-13");
$isov="ISO 8859 13";
}
?>
niby wszystko ok bo jak mam index.php?l=3 to drukuje mi ISO 8859 13,
ale kiedy spojrze w zrodlo strony to jest charset=iso-8859-2...
Whats wrong?
Zreszta dalej mam problemy z tymi ogonkami...