Skip to content

Instantly share code, notes, and snippets.

View astronaomical's full-sized avatar

Naomi astronaomical

View GitHub Profile
@astronaomical
astronaomical / rss_reader.php
Created August 9, 2017 19:19 — 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",