/    Sign up×
Community /Pin to ProfileBookmark

[RESOLVED] PHP & XML File (RSS)

Hello again…

I posted something earlier today that I’m close to resolving myself. At this point in time I only have one issue with my code (after I found multiple errors earlier).

I’m extracting information from a WordPress XML File. I’m trying to pull an image location but although it’s in the XML file, it’s not being recognized as a XML file “tag” because it doesn’t have a closing tag.

XML Example:

[CODE]
<item>
<title>VH1&#8242;s Behind The Music: Usher</title>
<link>http://www.volumestat.com/2010/07/20/vh1%e2%80%b2s-behind-the-music-usher/</link>
<comments>http://www.volumestat.com/2010/07/20/vh1%e2%80%b2s-behind-the-music-usher/#comments</comments>
<pubDate>Tue, 20 Jul 2010 14:28:02 +0000</pubDate>

<dc:creator>admin</dc:creator>
<category><![CDATA[ATL Music]]></category>
<category><![CDATA[atl music]]></category>
<category><![CDATA[behind the music]]></category>
<category><![CDATA[usher]]></category>
<category><![CDATA]></category>

<guid isPermaLink=”false”>http://www.volumestat.com/?p=5826</guid>

<description><![CDATA[

Usher’s “Behind The Music” aired last night on VH1, where he gets personal about his relationships, marriage, what it’s like being a father, the concepts behind his albums and his brief reunion with his dad. The episode takes you from how he got discovered at talent shows, to recording his debut with Diddy, the liberation […]]]></description>
<wfw:commentRss>http://www.volumestat.com/2010/07/20/vh1%e2%80%b2s-behind-the-music-usher/feed/</wfw:commentRss>
<slash:comments>0</slash:comments>
[COLOR=”Red”]<enclosure url=’http://www.volumestat.com/wp-content/uploads/2010/07/usherraymond-600×344-150×150.jpg’ length =’6481′ type=’image/jpg’ />[/COLOR]

</item>

[/CODE]

This is it in red. How can I access the “url” in this tag in an XML file, although it isn’t being recognized as an actual XML tag??

Meaning that I can’t use

[code=php]foreach ($item -> enclosure as $img_tag)[/code]

to post a comment
PHP

2 Comments(s)

×

Success!

Help @ChuckB spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.17,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @nearjob,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,
)...