Ok, no problem, thats great....thanks again for your help.
Cheers
Nick
Ok, no problem, thats great....thanks again for your help.
Cheers
Nick
Oh forgot to ask, this isn't something I will need to use on this particular project BUT, do the Define Page Editors also accept PHP code/tags?
Cheers
Nick
No, this is only straight html contentDefine Page Editors also accept PHP code/tags?
Zen-Venom Get Bitten
I've created a define_rss.php page to hold my RSS feed (from Feed Reader) but only the java version appears correctly. I gather, this type of page cannot contain PHP as the main content, as stated above. Is that correct?
Where would I be able to put a PHP version of the feed? I'd like search engines to be able to spider the info.
thx.
I'm still trying to figure out the problem with my RSS feed. Here is the code in my define_rss.php file:
<?php echo '<p>Hello World</p>'; ?>
<?php $olderror_reporting =error_reporting(0);
include ("http://rssfeedreader.com/rss3/rss.php?url=http%3A%2F%2Fnews.google.com%2Fnews%3Fhl%3Den%26ned%3Dus%26ie%3DUTF-%26output%3Drss%26q%3DGPS&newpage=1&chead=1&atl=1&desc=1&owncss=&eleminate=&auth =1&dts=1&width=400&max=5&tlen=0&rnd=1&bt=3&bs=Double&nmb=&ntb=&naf=&nst=&nwd=600 &nht=550&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);
?>
<script language=javascript src="http://rssfeedreader.com/rss3/rss.php?url=http%3A%2F%2Fnews.google.com%2Fnews%3Fhl%3Den%26ned%3Dus%26ie%3DUTF-%26output%3Drss%26q%3DGPS&newpage=1&chead=1&atl=1&desc=1&owncss=&eleminate=&auth =1&dts=1&width=400&max=5&tlen=0&rnd=1&bt=3&bs=Double&nmb=&ntb=&naf=&nst=&nwd=600 &nht=550&dlen=0&lstyle=-1&lc=Blue&bg=White&bc=Gray&spc=&ims=1&tc=&ts=11&tfont=Verdana,+Arial,+Sans-serif"></script>
Can anyone tell me why I'm getting "hello world" and not the PHP feed? The java feed is working correctly.
URL to see: http://www.gpstrackzone.com/index.php?main_page=rss
thanks!![]()
I'm wondering how I might add a PHP feed on my page. Anyone know about this?