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 '
http://www.ayazoglu.org/ayazoglu.org/
http://www.ayazoglu.org/ayazoglu.org/comments.php?entry=entry
$sorgu = mysql_query("SELECT * FROM posts");
while ($satir = mysql_fetch_assoc($sorgu))
{
$text=$satir["text"];
$post_id=$satir["post_id"];
echo "
http://www.ayazoglu.org/ayazoglu.org/comments.php?entry=entry
}
echo '
?>