Nevermind, the correct URL should be: http://fvc.samsa.com.au/lastrss/bridge.php?id=CNN
It's hard to tell what the problem is just based on the error message that's output:
Code:
XML Parsing Error: syntax error
Location: http://fvc.samsa.com.au/lastrss/bridge.php?id=CNN
Line Number 1, Column 1:Sorry: It's not possible to reach RSS file http://rss.cnn.com/rss/cnn_topstories.rss
^
It could mean a number of things. Firstly, make sure lastrss.php is correctly uploaded to your server, and that the reference to it inside bridge.php is correct:
Code:
// include lastRSS
include "./lastRSS.php"; //path to lastRSS.php on your server
Bookmarks