yoktur adlı üyeden alıntı:
<? header("Content-type: text/xml");
include "config.php";
$resultb = mysql_query("SELECT id FROM haberler ORDER BY id DESC LIMIT 0,750");
?>
<?php echo '<?xml version="1.0" encoding="ISO-8859-9"?>'; ?>
<?php echo '<urlset xmlns="http://www.google.com/schemas/sitemap/0.84">'; ?>
<? $i=1;
while ($resultat = mysql_fetch_array($resultb)) {
$id=$resultat[id];
$date=date('Y-m-d');
echo "
<url>
<loc>http://www.domain.com/oku.php?id=$id</loc>
<lastmod>$date</lastmod>
<changefreq>weekly</changefreq>
<priority>0.5</priority>
</url> ";
$i++;
} ?>
</urlset>
Nerde bunun config.php dosyası