Question
cffeed
I would like to read a feed from a URL and then loop through
to display on my website. Below is my code but I get an Error
running this code: Connection refused by the specified host on the
specified port.
Please help. Thank you.
---------------------------------------------------------
<cffeed action="read" source=" http://rssfeeds.webmd.com/rss/rss.aspx" query="myfeed">
<cfset myfeed = REReplaceNoCase (trim(myfeed), "^[^<]*", "") />
<cfoutput query = "myfeed" maxrows="6">
<a href = "#rsslink#" target="_blank">#myfeed.title#</a> <br />
</cfoutput>
Please help. Thank you.
---------------------------------------------------------
<cffeed action="read" source=" http://rssfeeds.webmd.com/rss/rss.aspx" query="myfeed">
<cfset myfeed = REReplaceNoCase (trim(myfeed), "^[^<]*", "") />
<cfoutput query = "myfeed" maxrows="6">
<a href = "#rsslink#" target="_blank">#myfeed.title#</a> <br />
</cfoutput>
