<?php
function zaman_yaz($zaman) {
$parca = explode(" " ,$zaman);
$zaman = $parca[0]."T".$parca[1]."+00:00";
return $zaman;
}
# header('Content-type: text/xml');
include_once("veri_tabani.php");
echo '<?xml version="1.0" encoding="ISO-8859-9" ?>';
echo '<urlset xmlns="http://www.google.com/schemas/sitemap/0.84"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.google.com/schemas/sitemap/0.84 http://www.google.com/schemas/sitemap/0.84/sitemap.xsd">';
echo '<url>';
echo '<loc>http://www.siteadi.com/</loc>';
echo '<changefreq>daily</changefreq>';
echo '<priority>1.00</priority>';
echo '</url>';
########################
$sorgu = mysql_query("SELECT id,title,created,sectionid FROM jos_content WHERE sectionid!='4' AND state='1' ORDER BY created DESC");
while($veri = mysql_fetch_assoc($sorgu)) {
echo '<url>';
echo '<loc>'.urlencode('http://www.siteadi.com/devami.php?id='.$veri['id'].'').'</loc>';
echo '<lastmod>'.zaman_yaz($veri['created']).'</lastmod>';
echo '<changefreq>hourly</changefreq>';
echo '<priority>0.50</priority>';
echo '</url>';
}
########################
echo '</urlset>';
?>bu şekilde bi dene sayfanın kaynağını bizimle paylaş bakalım :\