I have the following variable:
Code: Select all
$data = http://www.site.com/song1.mp3|http://ww ... /song4.mp3Code: Select all
$playlist = explode("|", $data)Code: Select all
song1|song2|song3|song4I have been beating my brains out with the php manual trying to understand basename, pathinfo and other php functions but all I am accomplishing is becoming more confused.
Can someone help me with getting $playlist to be song1|song2|song3... etc?
Thanks in advance,
G3mInI