Creating rss feed from a page

Hi,

I would to know how to create a rss feed from a php and html page. That pages shows news from a database. Google doesn’t help me.

Thanks !

An RSS Feed is nothing more than an XML formated page (with certain rules applied).

Using PHP to generate the feed should be easy enough. To FORMAT it properly though, you may want to check sites such as http://www.make-rss-feeds.com/ (which I found with a GOOGLE search http://www.google.com/search?hl=en&q=cr … gle+Search )

What Chunk says is true, RSS feeds are like normal HTML pages with restricted syntax. All you have to do is find the syntax on it and compile your RSS feeds from there.

Sponsor our Newsletter | Privacy Policy | Terms of Service