RSS Feed is one of the best thing in modern web world. But most of the time we are not able to create our own RSS Feed. But can you imagine its simply easy when you know how to write them. Here is a beganing example to write a RSS Feed:
<?php
header( ‘Content-type: text/xml’);
?>
<rss version=”2.0″>
<channel>
<title> Wordpress […]
