Last active
April 19, 2020 13:47
-
-
Save zma/831c0d87c65c28a599ee845d72ed3ddb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// get a copy of rss2html.php from https://gist.github.com/zma/270b179926971b431e8c and put it at the same directory as this php script | |
include_once("rss2html.php"); | |
// output RSS feed to HTML | |
output_rss_feed('http://feeds.systutorials.com/systutorials/', 20, true, true, 200); | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment