Hello,
I have a simple xml file online, all I want to do is read 2 things, the song name and song artist.
I searched for a simple php script that does that with no luck.
I really appreciate the help.
This is what the xml file looks like
<stwcue version="1">
<mount>RADIO_ONE</mount>
<cuepoint type="track" cache="true">
<attributes>
<attribute name="cue_title">Bed - (Dubstep 01).mp3</attribute>
<attribute name="track_artist_name">CLINTY</attribute>
<attribute name="track_album_name"/>
<attribute name="cue_time_duration"/>
</attributes>
</cuepoint><
/stwcue>