arkadaşlar php de feed yaparken bu hatayla karşılaştım sebeb,i ne olabilir




include "ayarlar.php";
header('Content-Type: text/xml');
echo '


/*/Ayazoglu Other Name Of Security/*/
Php ve mysql webtasarımı üzerine özgün makale ve eğitim dökümanları barındırır.
http://www.ayazoglu.org/ayazoglu.org/


>
http://www.ayazoglu.org/ayazoglu.org/comments.php?entry=entry
GMT
';



$sorgu = mysql_query("SELECT * FROM posts");
while ($satir = mysql_fetch_assoc($sorgu))
{
$text=$satir["text"];
$post_id=$satir["post_id"];




echo "
$text
$post_id
http://www.ayazoglu.org/ayazoglu.org/comments.php?entry=entry
GMT
";
}




echo '

';
?>