How to make a news aggregator website

Hi Geeks,
I am Sharing you the code for reading a rss feed using php script.
Following are the Steps to make a news aggregator website using rss reader in php
Step 1: Create a form having Rss Urls in select box as following

Step 2. Php code to recieve the submitted post and rss url. and get the rss output in object and parse the feed or rss using the dom document class and accessing the properties as following:

Final Complete Code:

Conclusion : Select your category and click on go button and you will see the fetched news from rss feed.

read rss using php script
read rss using php script