jzdexta Posted November 11, 2007 Share Posted November 11, 2007 Hi, Im trying to connect specifically to - http://feeds.reuters.com/reuters/features/personalfinance which is an rss feed on reuters about personal finance, the problems is that the code i get is about video feeds and not text based. What i really want is to have a small window at the corner of the page to have live content scrolling upwards from the above listed feed but when i on any of the content it takes me to the above listed url. Question is how do i go about that? Your assistance will be highly appreciated. Link to comment https://forums.phpfreaks.com/topic/76846-external-rss-feeds/ Share on other sites More sharing options...
koen Posted November 11, 2007 Share Posted November 11, 2007 http://feeds.reuters.com/reuters/features/personalfinance?format=xml Link to comment https://forums.phpfreaks.com/topic/76846-external-rss-feeds/#findComment-389324 Share on other sites More sharing options...
jzdexta Posted November 12, 2007 Author Share Posted November 12, 2007 Thanks for the reply (koen), first part answered second part is, see the link will provide a whole page of information and thats not what im after. I would like the information put in a dynamically scrolling listbar which if i click on either of the links i now get the whole page on the exact information i've clicked on. Is this possible? if the answer is yes, how do i go about it? Link to comment https://forums.phpfreaks.com/topic/76846-external-rss-feeds/#findComment-389739 Share on other sites More sharing options...
jzdexta Posted November 12, 2007 Author Share Posted November 12, 2007 By the way most of the tutorials i have been going through have to receive a path upto the file extension question is how do i parse a path that looks like this: -> feeds.mysite.org/../../feedlink?format=xml which doesn't have a precise file and extension? Im just too confused already about this RSS issue... ??? Link to comment https://forums.phpfreaks.com/topic/76846-external-rss-feeds/#findComment-389790 Share on other sites More sharing options...
koen Posted November 14, 2007 Share Posted November 14, 2007 I think you have to read something about xml with PHP. You'll have to load the xml file and process it with PHP. Link to comment https://forums.phpfreaks.com/topic/76846-external-rss-feeds/#findComment-391710 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.