- 0
php Get (Namespaced?) value from RSS?
-
Recently Browsing 0 members
- No registered users viewing this page.
-
Similar Content
-
WordPress-Theme Twenty Twenty Four-customizing: how to do that - a Gutenberg special question...
By thedhubs,
- 2 answers
- 3208 views
-
- 3 answers
- 5462 views
-
QNAP issues patch for an RCE security vulnerability affecting PHP in NAS Drive management
By Alap Naik Desai,
- remote code execution
- rce
- (and 12 more)
- 0 replies
- 18 views
-
Get this Dynamic 2022 Data & IT Security Training Bundle at 97% off
By News Staff,
- neowin deals
- cyber security
- (and 4 more)
- 0 replies
- 12 views
-
Save 98% off this 27 Course Premium Learn to Code Certification Bundle
By News Staff,
- neowin deals
- coding
- (and 10 more)
- 0 replies
- 15 views
-
Question
game_over
How can i get the following data from a RSS feed with PHP media:link
I'm using SimpleXML and can easily grab things like <title>Some title</title>
Current code
foreach($RSS_DOC->channel->item as $item) {
$title = $item->title;
}
[/CODE]
But not sure how to do it for items with a colon. it gives a fatal error.
Link to comment
https://www.neowin.net/forum/topic/1128796-get-namespaced-value-from-rss/Share on other sites
1 answer to this question
Recommended Posts