I think this would go in this section.. Ok I found an rss feed and I used a code from www.rssfeedreader.com . I want to use the php script below because javascript isnt search engine friendly. And all im getting is a blank page! Im testing the code here www.sandsword.com/rss.php . <?php $olderror_reporting =error_reporting(0); include ("http://www.rssfeedreader.com/rss3/rss.php?url=http%3A%2F%2Fwww.humorama.com%2Frss%2Fup&newpage=&chead=&atl=&desc=1&owncss=1&eleminate=&auth=&dts=1&width=300&max=5&tlen=0&rnd=&bt=3&bs=Double&nmb=&ntb=&naf=&nst=&nwd=0&nht=0&dlen=0&lstyle=-1&lc=Blue&bg=White&bc=Gray&spc=&ims=&tc=&ts=11&tfont=Verdana,+Arial,+Sans-serif&rf=".$HTTP_SERVER_VARS['SERVER_NAME'].$HTTP_SERVER_VARS['PHP_SELF']."&phpout=1"); error_reporting($olderror_reporting); ?>
Using include is not the way to parse RSS feeds in PHP Here's a suggested reading: http://www.sitepoint.com/article/php-xml-parsing-rss-1-0