Results 1 to 2 of 2

Thread: Adding php rss feeds to a page.
      
   

  1. #1
    jsnodgra is offline Private
    Join Date
    Jun 2007
    Posts
    4

    Default Adding php rss feeds to a page.

    Hi I've followed the threads advised on this subject and they're great for java rss but it's php rss that I'm after. I've read the thread that dealt with this issue, but as it was about to be sorted the thread disappears as Nyoman helped deal with it direct.

    Well I have the exact same problem. The Apache server has new handlers for htm and html server-parsed, I have a rssfeeds.php file with the appropriate php script and have pasted
    <!--#include virtual="/rssfeeds.php" -->
    into a blank pages html.

    But to no avail.

    Anyone got any thoughts as its turning my hair grey!

    John Snodgrass
    www.npda.co.uk

  2. #2
    fadikaouk is offline First Sergeant
    Join Date
    Sep 2007
    Location
    Montreal, Quebec
    Posts
    70

    Default Re: Adding php rss feeds to a page.

    I have the exact same problem...

    I am using the codes from http://rssfeedreader.com

    The code that was provided is:
    <?php
    $olderror_reporting =error_reporting(0);
    includeed ("http://rssfeedreader.com/rss3/rss.php?url=&newpage=1&chead=1&atl=1&desc=1&owncss =&eleminate=&auth=1&dts=1&width=300&max=5&tlen=0 &r nd=1&bt=3&bs=Double&nmb=&ntb=&naf=&nst=&nwd=300&nh t=250&dlen=0&lstyle=-1&lc=Blue&bg=White&bc=%23FF6600&spc=&ims=&tc=&ts =1 1&tfont=Verdana,+Arial,+Sans-serif&rf=".$HTTP_SERVER_VARS['SERVER_NAME'].$HTTP_SERVER_VARS['PHP_SELF']."&phpout=1");
    error_reporting($olderror_reporting);
    ?>


    1. I have Defined the Apache Handlers to:
    .htm server-parsed
    .html server-parsed
    2. I saved this as rssfeed.php
    3. I have published it to: public_html/
    4. I have created a test page: www.kgcinternational.com/test.html
    5. I have included the following html code in that page: <!--#include virtual="/rssfeed.php" -->
    6. I saved and published this page online

    No FEEDS?

    Any expert on this matter?
    Fadi Kaouk

    http://www.kgcinternational.com - Recruitment Firm
    http://www.moneymachineguide.com - Make Money Online
    http://fadikaouk.blogspot.com - Make Money Blog
    http://www.pokerguideservice.com - Learn the game of Poker
    [B][COLOR=Lime][COLOR=Black]

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49