Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ### Создание sitemap с выводом на экран
- for ($i = 0; $i < $CountFiles2; $i++) {
- echo "<url><br>
- <loc>http://SITE.ru/page/{$files1[$i]}</loc><br>
- </url><br>";
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement