$bul = mysql_query ("SELECT postid,content FROM posts order by postid DESC LIMIT 0,10 "); if(mysql_affected_rows()){

while($listeleme =mysql_fetch_array($bul)){

foreach ($listeleme[postid] as $contentid) {
foreach ($isteleme[content] as $temizcontent) {

$temizcontent = strip_tags ($temizcontent);
$ayarver=mysql_query("SET NAMES UTF8");
$deistir = mysql_query("update posts set content=$temizcontent where postid=$contentid");

}
}

if ($deistir) { echo "başarılı"; } else { echo "başarısız";}


arkadaşlar nerede hata yapiyorum ? son 10 veriyi sql den çekip html kodlarını temizleyip tekrar eklemek istiyorum ancak hata alıyorum

dipnot ayrıca : $contentid = mysql_real_escape_string($contentid); $temizcontent = mysql_real_escape_string($temizcontent);

eksik onda mı acaba dedim ama ekledim sonuç aynı :S