Hello, i am trying to add a news feed to one of my web pages and i can't get it to work. I followed the instructions from the feed reader provider to a T, but to no avail. Could someone please help me with this!
Here is the url for the install instructions: http://rssfeedreader.com/php.html#HTML
and below is the php code that was given to me by the RSS reader:
<?php
$olderror_reporting =error_reporting(0);
include ("http://www.rssfeedreader.com/rss3/rss.php?url=http%3A%2F%
2Fnews.google.com%2Fnews%3Fhl%3Den%26ned%3Dus%26ie %3DUTF-%26output%
3Drss%26q%3Dpoker%2Chttp%3A%2F%2Fnews.search.yahoo .com%2Fusns%
2Fynsearch%2Fcategories%2Fnews_story_search_rss%2F index.html%3Fp%
3Dpoker%2Chttp%3A%2F%2Fsearch.msn.com%2Fnews%2Fres ults.aspx%3Fformat%
3Drss%26FORM%3DRSNR%26q%
3DPOKER&newpage=1&chead=1&atl=1&desc=1&owncss=&ele minate=&auth=&dts=&w
idth=575&max=20&tlen=0&rnd=1&bt=3&bs=None&nmb=&ntb =&naf=&nst=&nwd=600&
nht=0&dlen=0&lstyle=1&lc=%23FF0000&bg=%23000000&bc =%
23000000&spc=&ims=1&tc=%
2366FFCC&ts=11&tfont=Tahoma,+Verdana&rf=".$HTTP_SE RVER_VARS
['SERVER_NAME'].$HTTP_SERVER_VARS['PHP_SELF']."&phpout=1");
error_reporting($olderror_reporting);
?>
Here is the url for the install instructions: http://rssfeedreader.com/php.html#HTML
and below is the php code that was given to me by the RSS reader:
<?php
$olderror_reporting =error_reporting(0);
include ("http://www.rssfeedreader.com/rss3/rss.php?url=http%3A%2F%
2Fnews.google.com%2Fnews%3Fhl%3Den%26ned%3Dus%26ie %3DUTF-%26output%
3Drss%26q%3Dpoker%2Chttp%3A%2F%2Fnews.search.yahoo .com%2Fusns%
2Fynsearch%2Fcategories%2Fnews_story_search_rss%2F index.html%3Fp%
3Dpoker%2Chttp%3A%2F%2Fsearch.msn.com%2Fnews%2Fres ults.aspx%3Fformat%
3Drss%26FORM%3DRSNR%26q%
3DPOKER&newpage=1&chead=1&atl=1&desc=1&owncss=&ele minate=&auth=&dts=&w
idth=575&max=20&tlen=0&rnd=1&bt=3&bs=None&nmb=&ntb =&naf=&nst=&nwd=600&
nht=0&dlen=0&lstyle=1&lc=%23FF0000&bg=%23000000&bc =%
23000000&spc=&ims=1&tc=%
2366FFCC&ts=11&tfont=Tahoma,+Verdana&rf=".$HTTP_SE RVER_VARS
['SERVER_NAME'].$HTTP_SERVER_VARS['PHP_SELF']."&phpout=1");
error_reporting($olderror_reporting);
?>
Comment