Hi all!
I want to add RSS updating news feeds but which are converted to php so that the SEs can read them.
After following the RSSFeedReeder instruction exactly, I ran the test and the following error messages appeared on my trial page.
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /home/gqmphrw/public_html/rsssoccergossip.php on line 2
Parse error: syntax error, unexpected T_STRING in /home/gqmphrw/public_html/rsssoccergossip.php on line 2
This is the php code I uploaded to the above address:
<?php
$olderror_reporting =error_reporting(0);
include ("http://rssfeedreader.com/rss3/rss.php?url=http%3A%2F%2Fnews.google.com%2Fnews%3F hl%3Den%26ned%3Dus%26ie%3DUTF-%26output%3Drss%26q%3Dsoccer&newpage=1&chead=&atl= &desc=1&owncss=&eleminate=&auth=1&dts=1&width=400& max=10&tlen=0&rnd=1&bt=1&bs=None&nmb=&ntb=&naf=&ns t=&nwd=600&nht=550&dlen=0&lstyle=-1&lc=Blue&bg=White&bc=%23FFFFFF&spc=&ims=1&tc=0000 5E&ts=9&tfont=Verdana,+Arial,+Sans-serif&rf=".$HTTP_SERVER_VARS['SERVER_NAME'].$HTTP_SERVER_VARS['PHP_SELF']."&phpout=1");
error_reporting($olderror_reporting);
?>
This is the code I copied into the trial page to bring up the news feed:
<!--#include virtual="/rsssoccergossip.php" -->
Now, I'm presuming that I followed the instructions correctly since the error message is about syntax and characters, rather than "could not find" or "could not process" etc.
I also followed the instructions re. Apache handler. and .htm and .html parsing.
Anybody any ideas?
Many thanks
John
www.clanfootball.com "connecting fans around the world"
I want to add RSS updating news feeds but which are converted to php so that the SEs can read them.
After following the RSSFeedReeder instruction exactly, I ran the test and the following error messages appeared on my trial page.
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /home/gqmphrw/public_html/rsssoccergossip.php on line 2
Parse error: syntax error, unexpected T_STRING in /home/gqmphrw/public_html/rsssoccergossip.php on line 2
This is the php code I uploaded to the above address:
<?php
$olderror_reporting =error_reporting(0);
include ("http://rssfeedreader.com/rss3/rss.php?url=http%3A%2F%2Fnews.google.com%2Fnews%3F hl%3Den%26ned%3Dus%26ie%3DUTF-%26output%3Drss%26q%3Dsoccer&newpage=1&chead=&atl= &desc=1&owncss=&eleminate=&auth=1&dts=1&width=400& max=10&tlen=0&rnd=1&bt=1&bs=None&nmb=&ntb=&naf=&ns t=&nwd=600&nht=550&dlen=0&lstyle=-1&lc=Blue&bg=White&bc=%23FFFFFF&spc=&ims=1&tc=0000 5E&ts=9&tfont=Verdana,+Arial,+Sans-serif&rf=".$HTTP_SERVER_VARS['SERVER_NAME'].$HTTP_SERVER_VARS['PHP_SELF']."&phpout=1");
error_reporting($olderror_reporting);
?>
This is the code I copied into the trial page to bring up the news feed:
<!--#include virtual="/rsssoccergossip.php" -->
Now, I'm presuming that I followed the instructions correctly since the error message is about syntax and characters, rather than "could not find" or "could not process" etc.
I also followed the instructions re. Apache handler. and .htm and .html parsing.
Anybody any ideas?
Many thanks
John
www.clanfootball.com "connecting fans around the world"
Comment