Php Rss

Discussion in 'PHP' started by melol2, Sep 24, 2006.

  1. #1
    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);
    ?>
     
    melol2, Sep 24, 2006 IP
  2. Evoleto

    Evoleto Well-Known Member

    Messages:
    253
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    108
    #2
    Evoleto, Sep 25, 2006 IP