Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

rss feed only shows once

Status
Not open for further replies.

litton1

Technical User
Apr 21, 2005
584
GB
I am having a problem the following script. only the first feed shows. Anybody have an idea why that might be?

Code:
<!-- RSS Feed Reader Usability In The News -->
<div class="uinews"><a href="[URL unfurl="true"]http://www.usernomics.com/news/user-interface-design-news.html"[/URL] title="Usernomics In The News"><h4>Usability In The News</h4></a></div>
<div class="centermedium">Latest Headlines
<div class="scroll">
<?php
include ("[URL unfurl="true"]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=".$_SERVER[/URL]['SERVER_NAME'].$_SERVER['PHP_SELF']."&phpout=1");
?>
</div>
<div class="centermedium"><a href="[URL unfurl="true"]http://feeds.feedburner.com/NewsErgonomicsUserInterfaceDesignComputerHumanInte[/URL] ractionhci" 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="uinews"><a href="[URL unfurl="true"]http://www.usernomics.com/news/workplace-ergonomics-news.html"[/URL] title="Ergonomics In The News"><h4>Ergonomics In The News</h4></a></div>
<div class="centermedium">Latest Headlines

<div class="scroll">
<?php
//xml_parser_free("[URL unfurl="true"]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=".$_SERVER[/URL]['SERVER_NAME'].$_SERVER['PHP_SELF']."&phpout=1");
include ("[URL unfurl="true"]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=".$_SERVER[/URL]['SERVER_NAME'].$_SERVER['PHP_SELF']."&phpout=1");
?> 
</div>
<div class="centermedium"><a href="[URL unfurl="true"]http://feeds.feedburner.com/UsernomicsWorkplaceErgonomicsSafetyBiometrics"[/URL] 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>

Binary Intelligence, true or false?
 
I don't go into detail, but it seems that the include that you have probably have invalid HTML tag, or variable clash.

I tried to copy the content of one, and double it, it also show once.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top