top of page
Search

10/10/23

  • Writer: Jedi
    Jedi
  • Oct 10, 2023
  • 1 min read

Hello My Padawans,


Lots going on here at the Jedi Council.

 
 
 

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; ?>