Hi I want to display RSS feed at my site dynamicaly. When a person visit my site the server it is going to fetch the feed and return it as PHP, HTML, SSI - no javascript. Any idea about where to find the best script for this??
Probably the best is Carp Evolution RSS to HTML, I have on a couple of sites and it works great. http://www.geckotribe.com/
Just to clarify: PHP isn't displayed in the clients browser, it's a Server Side scripting language that outputs HTML. SSI (? You mean Server Side Includes, which is done in a Server Side Scripting language). Carp sounds like a good solution for you. Javascript isn't going to get you very far in RSS feeding (except for the AJAX side of it, having it refresh the page dynamically as new data is added to the RSS).