hi am looking to link to Tim's RSS file from this site but it's not working and I can't see why not... any idea's?
<?php
$content .= "<TABLE BORDER=0 WIDTH=0%>\n<TR>\n";
$content .= "<TD><B>test</B></TD>\n";
$content .= "</TR>\n";
$content .= "<tr><td>\n";
$fp = fopen("http://www.phpbuilder.com/rss_feed.php?type=articles&limit=10", "r") or die("Error reading RSS data.");
fclose($fp);
$content .= "</td></tr>\n";
$content .= "</TABLE>\n";
echo $content;
?>
Cheers
Peter