Örnek bir sayfaya şu kodları tek tek ekleyerek dene.
 	
<META http-equiv=content-type content=text/html;charset=iso-8859-9>
<META http-equiv=content-type content=text/html;charset=windows-1254>
<META http-equiv=content-type content=text/html;charset=x-mac-turkish>
olmazsa mysql bağlantı cümlesini şöyle ayarla
<?
php mysql_connect("localhost","root","1234");
mysql_select_db("testdb");
mysql_query("SET NAMES UTF8");
?>