enes9
Registered Member
- Jun 27, 2009
- 84
- 17
Hello Everyone,
I have this problem about my site. I want to put a PHP RSS Feed on the pages/post/side of my site. I installed the PHP-exec plugin and got a generated PHP RSS feed script from one of RSS feed generator. But the PHP code that it generated doesn't work.
Basically, put that code on the Text/HTML widget of Wordpress that is supported by the PHP-exec plugin.
Is this code right? Please I really need your help.
Thanks you,
enes9
I have this problem about my site. I want to put a PHP RSS Feed on the pages/post/side of my site. I installed the PHP-exec plugin and got a generated PHP RSS feed script from one of RSS feed generator. But the PHP code that it generated doesn't work.
Code:
<?php
$olderror_reporting=error_reporting(0);
include ("http://rssfeedreader.com/rss3/rss.php?url=http%3A%2F%2Fnews.google.com%2Fnews%3Fq%3Dbreat%2BcancerL%26output%3Drss&newpage=1&chead=1&atl=1&desc=1&owncss=&eleminate=&auth=1&dts=1&width=300&max=5&tlen=0&rnd=1&bt=3&bs=Double&nmb=&ntb=&naf=&nst=&nwd=350&nht=200&dlen=0&lstyle=-1&lc=Blue&bg=White&bc=Gray&spc=&ims=1&tc=&ts=8&tfont=Verdana,+Arial,+Sans-serif&rf=".$HTTP_SERVER_VARS['SERVER_NAME'].$HTTP_SERVER_VARS['PHP_SELF']."&phpout=1");
error_reporting($olderror_reporting);
?>
Is this code right? Please I really need your help.
Thanks you,
enes9