Bluehost.com Web Hosting $6.95

Thumbnail through PHP RSS parser

This is a discussion on Thumbnail through PHP RSS parser within the PHP General forums, part of the PHP Programming Forums category; Hello, folks! I'm trying to parse RSS feed and display it on my own page. MagpieRSS looks good enough ...


Go Back   Usenet Forums > PHP Programming Forums > PHP General

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 07-22-2008
ltsvetanov@gmail.com
 
Posts: n/a
Default Thumbnail through PHP RSS parser

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.
http://magpierss.sourceforge.net/

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.
http://newsrss.bbc.co.uk/rss/newsonl...t_page/rss.xml
Everything is alright with the title and the description, but I can't
do the thumbnail thing. What I've tried is the following:
Code:
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 $thumbnail>";
}
As I said before, the other things are fine, but it's not showing the
thumbnail.
This is the structure:
Code:
<title>txt</title>
<description>txt</description>
<media:thumbnail width="X" height="Y" url="url"/>
And the following line of the php code returns blank result.
(probably because we require parameter of media:thumbnail, not
the value inside it):
Code:
$thumbnail = $item['media:thumbnail'];
So I am interested in that parameter url, but I do not know how
can we get it.

Thanks in advance for any help!
Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT +1. The time now is 12:13 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0