$guncelle=mysql_query("update uyeler set
kullanici_adi='".$_POST['kullanici_adi']."',
eposta='".$_POST['eposta']."',
isim='".$_POST['isim']."',
soyisim='".$_POST['soyisim']."',
imza='".$_POST['imza']."',
hakkinda='".$_POST['hakkinda']."' where id='$id'");
if(mysql_affected_rows())
{
header("Location:../ayarlar.php?durum=ok");
}
else {
header("Location:../ayarlar.php?durum=no");
}
}
Bu şekilde dener misiniz?