
Originally Posted by
akkudreamz
i don't see how you can use a php include() in an html file... :O
although i tried it and looks like RSS reader's code is not working currently
hmm, i guess i could generate it again and hope it works again.
edit;
I feel quite stupid now :S i didnt actualy use the rss feed. I've got it now but it still isnt working. This is the proper code;
PHP Code:
<?php
$olderror_reporting =error_reporting(0);
include ("http://rssfeedreader.com/rss3/rss.php?url=http%3A%2F%2Farj154.blogspot.com%2Ffeeds%2Fposts%2Fdefault&newpage=1&chead=1&atl=1&desc=1&owncss=&eleminate=&auth=&dts=1&width=600&max=20&tlen=0&rnd=1&bt=0&bs=None&nmb=&ntb=&naf=&nst=&nwd=0&nht=0&dlen=0&lstyle=-1&lc=Blue&bg=%23A7BCCF&bc=%23A7BCCF&spc=&ims=1&tc=%232E536D&ts=11&tfont=Verdana,+Arial,+Sans-serif&rf=".$HTTP_SERVER_VARS['SERVER_NAME'].$HTTP_SERVER_VARS['PHP_SELF']."&phpout=1");
error_reporting($olderror_reporting);
?>