Skip to content

Instantly share code, notes, and snippets.

View Tom7762's full-sized avatar

Thomas Clunie Tom7762

View GitHub Profile
@Tom7762
Tom7762 / rss_reader.php
Created January 10, 2017 15:03 — forked from mburst/rss_reader.php
RSS Feed Reader in PHP
<html>
<head>
<title>RSS Feed Reader</title>
</head>
<body>
<?php
//Feed URLs
$feeds = array(
"http://maxburstein.com/rss",
"http://www.engadget.com/rss.xml",