Hi all, I have been trying to add a feed for over 5 days now and in the process screwed up my site. Can anyone help? There is too much info on it on the web, therefore I'd love to be able to be talked through the process.

Can anyone please please help? I'd love you for ever and ever...

PS the feed I am trying to add is from the Irish times business section here...

http://www.ireland.com/feeds/rss/

Thanks

    theres ALOT of feeds there... u want all of them?

    that exact page doesnt have an RSS itself... so i assume u want one of the listed ones

    more details please 🙂

    also, do you have PHP5? 5 has some functions that handle XML real nice

      PHPBB is your forum software... i want to know what version of the PHP language u are running

        again.. that is the forum software version.. PHP will either be version 4.x.x or 5.x.x

        lemme know when you know and ill come up with some code for you 🙂

          Scrupolus, if you could tell me how to find out what the version is, that would be of great help.

          Cheers

            Dougle00:

            place a file on your webserver, with only this in it:

            <?php
            phpinfo();
            ?>

            and load the page. It will tell you more aboiut your php installation that you'll want to know ;-)

              I am such a retard... I tried that text leatherback and absolutely nothing happened or changed on my home page. I put it in the root folder and also tried in the template folder.... aggghhh it is spiteful being this dumb

                Dougle.. Don't worry. All beginning is hard. We all started there at some point. I remember I spent a week trying to get "Hello World" ;-)
                Just to make sure.. You tried to load the page with phpinfo(); in it, and you got nothing? I think that would mean that you have no php installed on the server, which cannot be if you are running phpbb.

                See:
                http://uk2.php.net/phpinfo

                  Write a Reply...