Skip to content

Instantly share code, notes, and snippets.

View jospaquim's full-sized avatar

Jose jospaquim

View GitHub Profile
@jospaquim
jospaquim / rss_reader.php
Created January 23, 2019 04: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",