top of page
Search

2/25/20 No Show Today

  • Writer: Jedi
    Jedi
  • Feb 25, 2020
  • 1 min read

I'm sorry my Padawans. There will be no Off the Beaten Track - Tuesday Edition today. In my quest to be efficient and moving all my music, I have to add it all to the software now and I need to go piece by piece to organize it. It is slow going but will make it easier to set up shows from now on. I will definitely be back Friday.

 
 
 

Recent Posts

See All

Comments

Rated 0 out of 5 stars.
No ratings yet

Add a rating
2025 created by DJ Jedi
bottom of page
', "", $data); $split = explode(',', $data); if (empty($split[6])) { $title = "The current song is not available "; } else { $count = count($split); $i = "6"; while($i<=$count) { if ($i > 6) { $title .= "," . $split[$i]; } else { $title .= $split[$i]; } $i++; } } $title = substr($title, 0, -1); echo $title; ?>