Skip to content

Instantly share code, notes, and snippets.

@cgnkev
cgnkev / rss_reader.php
Created December 3, 2017 04:27 — 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",