is it possible to do put RSS feeds onto my website via html? this is what i want to do - i want to add the storm prediction center severe weather outlook days 1 and 2 and 3 onto my frontpage of my website. is it possible, if so how?
I want to add an RSS from another site. I want to add the RSS from the storm prediction center, onto my site.
It is quite easy, just googling "rss to/2 html scripts" . If you really can't find that scripts, I'll send you a copy. Either php or asp scripts.
If you're able to use PHP on your site, then it's really easy. You can either use a script like lastRSS, or do it all in PHP(5) using simplexml_load_string. http://www.php.net/simplexml_load_string I was thinking of writing a little script to do this, you'd just need to supply the url of the feed, and paste some PHP code into your site. Anyone interested?