DokuWiki

It's better when it's simple

User Tools

Site Tools


devel:simplepie

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
devel:simplepie [2014-04-08 15:40] 212.144.36.154devel:simplepie [2015-02-09 00:22] – [Example] 82.238.146.65
Line 13: Line 13:
  
 $feed = new FeedParser('http://feedproxy.google.com/splitbrain'); $feed = new FeedParser('http://feedproxy.google.com/splitbrain');
-echo '<li>';+echo '<ul>';
 foreach ($feed->get_items() as $item){ foreach ($feed->get_items() as $item){
     echo '<li>'.$item->get_title().'</li>';     echo '<li>'.$item->get_title().'</li>';
 } }
-echo '</li>';+echo '</ul>';
 </code> </code>
devel/simplepie.txt · Last modified: 2023-09-16 00:57 by Klap-in

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki