<?echo "<?xml version=\"1.0\" encoding=\"utf-8\"?>";?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<atom:link href="http://www.firmaekle.gen.tr/rss.xml" rel="self" type="application/rss+xml" />
<title>Yeni eklenen firmalar / firmaekle.gen.tr</title>
<link>http://www.firmaekle.gen.tr</link>
<description>firma ekle firmalar / firma rehberi - firmaekle.gen.tr</description>
<language>tr</language>
<?
include "server.phtml";
$query="select * from uyeler
where site!=1 order by guyetarihi desc limit 25";
$result=mysql_query($query);
while($row=mysql_fetch_object($result))
{
?>
<item>
<title><?=$row->site_aciklama?></title>
<description><?=$row->adres?> &lt;a title="<?=$row->site_aciklama?>" href="http://www.firmaekle.gen.tr<?=$row->file?>"&gt;<?=$row->site_aciklama?>&lt;/a&gt;</description>
<link>http://www.firmaekle.gen.tr<?$row->file?></link>
<pubDate>Tue, 21 Jun 2011 12:52:28 +0300</pubDate>
<guid isPermaLink="true">http://www.firmaekle.gen.tr<?=$row->file?></guid>
</item>
<?
}
?>
</channel>
</rss>
