Ok i had a news feed on my site located at http://www.everythinglebanon.com/ind...in_page=page_3
and of course i had to be finicky and go in and mess with it through define pages editor and now it is broken! now i cannot for the life of me remember how i achieved the PHP news feed that i once had on that site.
i am supposed to get this:to show up as a news feed on my site.. can anyone help me out?PHP Code:<?php
$olderror_reporting =error_reporting(0);
include ("http://www.rssfeedreader.com/rss3/rss.php?url=&newpage=1&chead=1&atl=&desc=1&owncss=1&eleminate=1&auth=&dts=1&width=300&max=10&tlen=0&rnd=1&bt=3&bs=Double&nmb=1&ntb=1&naf=1&nst=1&nwd=0&nht=0&dlen=0&lstyle=-1&lc=Blue&bg=White&bc=Gray&spc=&ims=1&tc=&ts=11&tfont=Verdana,+Arial,+Sans-serif&rf=".$HTTP_SERVER_VARS['SERVER_NAME'].$HTTP_SERVER_VARS['PHP_SELF']."&phpout=1");
error_reporting($olderror_reporting);
?>
much appreciated as always,
chris



