PDA

View Full Version : RSS in PHP


i love my vans
12-06-2005, 08:17 AM
I have an RSS reed on my webpage, and from the home page it is simply linked via http://...../rss.xml.

Normal way, but neither Opera 8, or IE7 actually pick up the RSS, those who have used these browsers will know that when there is an RSS on a webpage a button lights up, and you can subscribe to that feed instantly.

What am i doing wrong?

Cheers, ILMV

BluParadox
12-06-2005, 10:13 PM
I believe what you want is actually an HTML attribute which lets browsers know that an RSS feed exists for that page. In your case, just drop this code into the header of your html page:

<link rel="alternate" type="application/rss+xml" title="Title Here" href="http://...../rss.xml" />