I also have
<?php @require_once('magpierss/rss_fetch.inc'); ?>
I also have
<?php @require_once('magpierss/rss_fetch.inc'); ?>
oops sorted
toCode:<?php @require_once('magpierss/rss_fetch.inc'); ?>
Thanks for your help NickCode:<?php require_once('magpierss/rss_fetch.inc'); ?>
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.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks