well i am totally new to this RSS script , did check out a few threads and copied some script , not sure if it is working .Help would be appreciated I need the feed from this site http://www.costar.com/News/RSS/ US Commercial Real Estate News I need it o be incorparted on a webpage say news.htm gow do i go about it , once again help would be really appreciated
First, html won't cut it, you'll need PHP or some other server side language that you feel comfortable with. Then you'll need an RSS/feed/xml parser, something like Magpie RSS(http://magpierss.sourceforge.net/) from there it's just a matter of displaying the feed however you want it displayed on your page.
you need to set it up on auto-pilot basis or only for one-time? both can be done but methodology may be different for each
May be this can help you easily http://dynamicdrive.com/dynamicindex18/index.html Check the above link and try one of the scripts shown there
Those dynamic drive scripts are great. But are there pure server side PHP scripts that don't rely on Javascripts??? I want 100% functionality on all browsers in case javascripts are disabled or otherwise.
Is there any script available for .ASP site? Every script I find is PHP friendly but I just can't find a script which will allow me to display rss on my ASP site. Any help?