Php dosyanı notepad++ ile açıp kodlama sekmesinde utf8 bom olmadan kaydedip denermisin türkçe karakter sorunu gidecekmi
Merhaba;
Sorun bu şekilde çözülmüyor. (denemiştim daha önce)
Örnek hakkımızda sayfası için kodlar;
[PHPR]<?php session_start(); ini_set('error_reporting', E_ALL^E_NOTICE);?><?php include "include/bag.php"; require('fonksiyon.php');?>
<?php $sql_ayar = mysql_query("select * from ayarlar order by id"); $ayar=mysql_fetch_array($sql_ayar) ?>
<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-9" /><meta http-equiv="Content-Language" content="tr"><meta name="robots" content="index, follow"/><meta name="description" content="<?php echo"$ayar[site_tanimi]" ?>" /><meta name="keywords" content="<?php echo"$ayar[site_anahtar]" ?>" /><meta name="generator" content="WDENews v3.0" /><meta name="robots" content="all" /><meta name="site_mail" content="<?php echo"$ayar[site_mail]" ?>"><meta name="revisit-after" content="1 days" />
<title>Hakkımızda - <? echo"$ayar[site_adi]"?></title><link href="css/css.css" rel="stylesheet" type="text/css"><style type="text/css">body {background-color: <?php echo"$ayar[arkaplan]"?>;}</style></head>
<body>
<div id="ust_head">
<?php include'head-blogger.php';?>
</div>
<div class="newsdetay_arkaplan">
<table width="947" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td valign="top">
<div class="tanitim_bg" style="margin-left:36px;">
</div>
<div class="tanitim_yazisi" style="margin-left:36px;">
<? echo"$ayar[hakkimizda]"?>
</div>
</td>
</tr>
</table>
</div>
<div id="icerikler">
<?php include'footer-blogger.php'?>
</div>
</body>
</html>
[/PHPR]