1

Update index.php

This commit is contained in:
Evan Pratten 2017-09-15 20:02:58 -04:00 committed by GitHub
parent 796fd7487b
commit 57fd498b6b

View File

@ -100,7 +100,7 @@
<?php
$i = 0; // counter
$url = "http://www.rssmix.com/u/8252161/rss.xml"; // url to parse
$url = "http://www.rssmix.com/u/8252682/rss.xml"; // url to parse
$rss = simplexml_load_file($url); // XML parser
// RSS items loop
@ -133,4 +133,4 @@ $i++;
</body></html>
</body></html>