$contents = file_get_contents($pollids);
$pollfields = explode(‘|’, $contents);
//int artistlen ( strlen($pollfields[1]) );
$title = $pollfields[0];
$artist = $pollfields[1];
$nowplayingcontents = ‘
‘ . $title . ‘
‘ . $artist . ‘
echo $nowplayingcontents;
[/insert_php]