Herkes nasıl web tarayıcısı karakteri Ben batı (ISO-8859-1) kodlayan karakteri kullanarak sayfa tüm kullanıcı damla umut php kodlama, varsayılan biliyor mu
Bunun yerine web uygulamaları her bu başlığı header('Content-Type: text/html; charset=ISO-8859-1');
yazmanın sizin .htaccess
dosyasında bu basit bir çizgi ekleyebilirsiniz
Her zaman charset başlığını yayınlamaya Apache yapar.
Otherwise you could set once for all the php.ini directive default_charset
to "iso-8859-1". On most web hosters is usually set to empty string.
In order to do this once for all you need either to access the server main php.ini
file or get an hoster with suPHP
that will allow you to use your specific php.ini file in the same way you use .htaccess files. (suPHP is used by almost every webhosters).