Now Playing Test

[insert_php] $pollids = “/home/content/43/10142543/html/moffitcms/wkts/now-playing/nowplaying.txt”;
$contents = file_get_contents($pollids);
$pollfields = explode(‘|’, $contents);

//int artistlen ( strlen($pollfields[1]) );

$title = $pollfields[0];
$artist = $pollfields[1];

$nowplayingcontents = ‘

Now Playing:
‘ . $title . ‘
‘ . $artist . ‘
‘;

echo $nowplayingcontents;

[/insert_php]

Join the 90.1 The Bridge Insiders!

Receive e-mail updates on contests, programming, and more from 90.1 The Bridge!

I will never give away, trade or sell your email address. You can unsubscribe at any time.