Rss Get > Example3.php

Questions? Need Help? Want to share? » PHP Forum
Script Name:
Rss Get

Download:
rss-get.zip

Category:
Web Fetching

Archive Content:

Content:

Example3.php:



<HTML>
<head> <title> My RSS Feeds </title> </head>
<body>

<font face="Verdana" size="2">
<?

$url 
"http://games.slashdot.org/games.rss"//URL for Slashdot Games
$displayname "Slashdot | Games"
$number 3;
include 
'rss_get.php';

?>
</font>
<br><br>
<font face="Arial" size="2">
<?

$url 
"http://www.wilwheaton.net/mt/index.xml"//URL for WilWheaton.Net's XML feed
$displayname "Slashdot | Games"
$number 3;
include 
'rss_get.php';

?>
</font>

</body>
</html>


Other Web Fetching Scripts:

WebMaster Resources Home

©RingsWorld.com