Skip to content

Instantly share code, notes, and snippets.

@zma
Last active April 19, 2020 13:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zma/831c0d87c65c28a599ee845d72ed3ddb to your computer and use it in GitHub Desktop.
Save zma/831c0d87c65c28a599ee845d72ed3ddb to your computer and use it in GitHub Desktop.
<?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