Skip to content

Instantly share code, notes, and snippets.

@MuhamadBaneshi
MuhamadBaneshi / rss_reader.php
Created June 11, 2020 06:22 — 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",