Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: magpierss

  1. #11
    Join Date
    Sep 2006
    Posts
    204
    Thanks
    11
    Thanked 3 Times in 3 Posts

    Default

    I also have
    <?php @require_once('magpierss/rss_fetch.inc'); ?>

  2. #12
    Join Date
    Sep 2006
    Posts
    204
    Thanks
    11
    Thanked 3 Times in 3 Posts

    Default

    oops sorted

    Code:
    <?php @require_once('magpierss/rss_fetch.inc'); ?>
    to

    Code:
    <?php require_once('magpierss/rss_fetch.inc'); ?>
    Thanks for your help Nick

  3. #13
    Join Date
    Mar 2005
    Location
    Isle of Man
    Posts
    1,261
    Thanks
    3
    Thanked 24 Times in 24 Posts

    Default

    Okay, the '@', by the way, suppresses any error message returned by that line. There is no reason why the addition or removal of the @ will alter how the code further down the page is treated, so I'm not sure what was going on exactly.

    Anyway, glad you have it sorted none the less.

Thread Information

Users Browsing this Thread

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

Bookmarks

Posting Permissions

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