Oto mój kod:
<? include('dbase.php'); include('funkcje.php'); ?> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <url> <loc>http://www.strona.pl/</loc> <priority>1.0000</priority> </url> <? $Query="SELECT * FROM file ORDER by id DESC"; { echo '<url> <loc>http://www.strona.pl/mp3/'.$row['id'].'/'.namen($row['name']).'.html</loc> <priority>0.5000</priority> </url>'; } ?> </urlset>