So I am running this piece of PHP code
echo file_get_contents("http://soundstreamradio.serverroom.net:7424/currentsong?sid=1");
And it seems to just hang and time out. It works for many other websites, just not this one, and this is the one that I need more than anything!
Thank you