Hi
I've been trying to add this php script to this site for a while but all i get is "[an error occurred while processing this directive]". I want to add this;
but it wont let me. Heres the site im trying to add it to and heres the instructions the site provided. I really dont know anything about PHP so please help!
I've been trying to add this php script to this site for a while but all i get is "[an error occurred while processing this directive]". I want to add this;
PHP:
<?php
$olderror_reporting =error_reporting(0);
include ("http://rssfeedreader.com/rss3/rss.php?url=http%3A%2F%2Farj154.blogspot.com%2F&newpage=1&chead=&atl=1&desc=1&owncss=&eleminate=&auth=&dts=1&width=600&max=20&tlen=0&rnd=&bt=0&bs=None&nmb=&ntb=&naf=&nst=&nwd=0&nht=0&dlen=0&lstyle=8&lc=Blue&bg=%23A7BCCF&bc=White&spc=&ims=&tc=White&ts=11&tfont=Verdana,+Arial,+Sans-serif&rf=".$HTTP_SERVER_VARS['SERVER_NAME'].$HTTP_SERVER_VARS['PHP_SELF']."&phpout=1");
error_reporting($olderror_reporting);
?>