| | |
Thumbnail through PHP RSS parser
Please support our RSS, Web Services and SOAP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
•
•
Join Date: Dec 2007
Posts: 7
Reputation:
Solved Threads: 0
Hello, folks!
I'm trying to parse RSS feed and display it on my own page.
MagpieRSS looks good enough for me, but I have a little problem.
I want to display not only the title and description of each article, but the thumbnail as well.
For example, I tried to do that with this feed. Everything is alright with the title and the description, but I can't do the thumbnail thing. What I've tried is the following: As I said before, the other things are fine, but it's not showing the thumbnail.
Thanks in advance for any help!
I'm trying to parse RSS feed and display it on my own page.
MagpieRSS looks good enough for me, but I have a little problem.
I want to display not only the title and description of each article, but the thumbnail as well.
For example, I tried to do that with this feed. Everything is alright with the title and the description, but I can't do the thumbnail thing. What I've tried is the following:
RSS, Web Services and SOAP Syntax (Toggle Plain Text)
foreach ($rss->items as $item ) { $title = $item[title]; $url = $item[link]; $description = $item[description]; $thumbnail = $item['media:thumbnail']; echo "<a href=$url>$title</a></li><br>"; echo $description; echo "<img src=$thumbnail>"; }
Thanks in advance for any help!
![]() |
Other Threads in the RSS, Web Services and SOAP Forum
- Previous Thread: Client side code for a Web Method Returning a complex Custom data type.
- Next Thread: formmail.pl
| Thread Tools | Search this Thread |
.htaccess 301 accept access alltop api authentication binarysecuritytoken blog card collaboration credit data development ebay email evernote flash google government highrise htaccess intel internet legal live netbeans patent paypal php podcast proxy redirect rss rssfeeds searchmonkey server service soap software swappingxmlfromflash swappingxmlnodes url web webservices webservicesecurity wiki wikipedia xerces xml xslt y!os yahoo ydn





