JAVASCRIPT
CSS
PHP
3rd-Party Scripts
UPLOAD YOUR SCRIPT
Search
Recent Searches
wrap
CSS Left and Right Frames Layout
using php to view drop down selected
Expand
filter table
Miniature slideshow for DIVs using Scriptaculous
getsizeofscrollbar
set
Convert an RGB color into a HEX color
calculate number of work days between 2 dates
Rate this script:
I Love it
/
I Hate it
Set::extract - parsing an RSS feed for all post titles
Code
uses
(
'Xml'
)
;
$feed
= xmltoArray
(
new
XML
(
'http://feeds.feedburner.com/thinkingphp'
)
)
;
$postTitles
= Set::
extract
(
$feed
,
'rss.channel.item.{n}.title'
)
;
Set::extract - parsing an RSS feed for all post titles scripts
|
Set::extract - parsing an RSS feed for all post titles snippet
|
Set::extract - parsing an RSS feed for all post titles example
|
Set::extract - parsing an RSS feed for all post titles tutorial
|
Set::extract - parsing an RSS feed for all post titles code