Kod PHP:
<?php
$email='nick@domena';
$temat='Test funkcji mail()';
$text='Funkcja działa poprawnie i jest super <br />Wyświetla wszystkie polskie znaki';
$header .= "Content-typ: text/html; charset=utf-8\r\n";
$header .= "Content-Transfer-Encodin: 8bit\r\n";
mail($email, $temat, $text, $header);
?>
jak cos to mozesz zmienic
Kod PHP:
$header .= "Content-typ: text/html; charset=utf-8\r\n";
na inne np iso-8859-2
albo Windows-1250
//jak pomogło dodaj mi repy