$klasa->show('SONGHISTORY');
<?php include('../includes/shoutcast.php'); $sc = new ShoutCast(); $sc->connect('127.0.0.1', 18160, 'haslo'); $xml = simplexml_load_string('<SONGS>'.$sc->show('SONGHISTORY').'</SONGS>'); var_dump($xml->SONG[0]); var_dump($xml->SONG[1]);?>