3v4l.org

run code in 300+ PHP versions simultaneously
<?php // CONFIGURATION $ip = 'radios.cabreuvoip.com.br'; // IP $port = '8040'; // Port $sid = '1'; // StreamID // PHP $shoutcast = simplexml_load_file("http://".$ip.":".$port."/stats"); $listeners = $shoutcast->CURRENTLISTENERS; $song = $shoutcast->SONGTITLE; $dj = $shoutcast->SERVERTITLE; // EXAMPLES //echo $listeners; // Listeners $Color = "white"; echo '<div style="Color:'.$Color.'" align = "center">'.$song.'</div>'; //song //echo $dj; // DJ ?>

preferences:
86.64 ms | 2399 KiB | 5 Q