Follow along with the video below to see how to install our site as a web app on your home screen.
Бележка: This feature may not be available in some browsers.
echo "<a href='$row[location]'>$text</a>";
rotator каза:Свали този клас
http://www.phpclasses.org/package/4305-PHP-Generate-a-Google-site-map-following-page-links.html
ще ти мопогне има също и example как да го подкараш![]()
<?
require 'SiteMapGenerator.class.php';
$mySite="http://blog.feliperibeiro.com";
$siteMapGenerator = new SiteMapGenerator($mySite);
$f = fopen("sitemap.xml","w+");
fwrite($f,$siteMapGenerator->generateSiteMap());
fclose($f);
?>