|
Posted by ergobob on 11/13/11 11:22
Hi Guys,
Thanks for the reply. I thought I would give you more information in the
hopes that it will help.
Both scripts are supposed to pull in 10 news articles. There is an ad at the
very bottom of the news articles from RSS Feed Reader. The first script
shows the 10 articles but the second script only shows the ad. It does not
bring in the 10 articles.
If I reverse the order of the feeds, it shows that both work but on the
first one renders the 10 articles. Also, the PHP was automatically generated
by RSS Feed Reader so I think they both work fine. It is the second of the
sequence that is the problem.
The PHP scripts are very similar but they bring in articles from two
different feeds. The host is the same for both though.
Below are the PHP scripts.
Does this give you any ideas? Several people have looked at
this with no solution.
Thanks a lot,
Bob
---
<!-- RSS Feed Reader Usability In The News -->
<div class="centerall"><a
href="http://www.usernomics.com/news/user-interface-design-news.html"
title="Usernomics In The News">Usability In The News</a></div>
<div class="centermedium">Latest Headlines
<div class="scroll">
<?php
include
("http://www.rssfeedreader.com/rss3/rss.php?url=http%3A%2F%2Ffeeds.feedburner.com%2FNewsErgonomicsUserInterfaceDesignComputerHumanInteractionhci&newpage=&chead=&atl=&desc=1&auth=&dts=&width=128&max=10&tlen=0&rnd=&bt=&bs=None&nmb=1&ntb=1&naf=1&nst=1&nwd=0&nht=0&dlen=100&bg=%23FFFFFF&bc=&tc=BLACK&ts=8&tfont=Verdana,+Arial,+Sans-serif&rf=".$HTTP_SERVER_VARS['SERVER_NAME'].$HTTP_SERVER_VARS['PHP_SELF']."&phpout=1");
?>
</div>
<div class="centermedium"><a
href="http://feeds.feedburner.com/NewsErgonomicsUserInterfaceDesignComputerHumanInteractionhci"
title="Usability News Feed"><img src="images/site/rss.gif" alt="Usability In
The News RSS Feed"></a></div>
</div>
<!-- /RSS Feed Reader Usability In The News -->
<!-- /RSS Feed Reader Ergonomics In The News -->
<div class="centerall"><a
href="http://www.usernomics.com/news/workplace-ergonomics-news.html"
title="Ergonomics In The News">Ergonomics In The News</a></div>
<div class="centermedium">Latest Headlines
<div class="scroll">
<?php
include
("http://www.rssfeedreader.com/rss3/rss.php?url=http%3A%2F%2Ffeeds.feedburner.com%2FUsernomicsWorkplaceErgonomicsSafetyBiometrics&newpage=&chead=&atl=&desc=1&auth=&dts=&width=128&max=10&tlen=0&rnd=&bt=&bs=None&nmb=1&ntb=1&naf=1&nst=1&nwd=0&nht=0&dlen=100&bg=%23FFFFFF&bc=&tc=BLACK&ts=8&tfont=Verdana,+Arial,+Sans-serif&rf=".$HTTP_SERVER_VARS['SERVER_NAME'].$HTTP_SERVER_VARS['PHP_SELF']."&phpout=1");
?>
</div>
<div class="centermedium"><a
href="http://feeds.feedburner.com/UsernomicsWorkplaceErgonomicsSafetyBiometrics"
title="Ergonomics News Feed"><img src="images/site/rss.gif" alt="Ergonomics
In The News RSS Feed"></a></div>
</div>
<!-- /RSS Feed Reader Ergonomics In The News -->
</div>
Navigation:
[Reply to this message]
|