Well the host has never been a free one that I'm using, but as I said in the earlier post, they have allowed outgoing connections in the past. They definitely have curl installed. I know I'm the admin of these stations because I made them. I can safely consider myself at least above a novice in php since I built my stations site in nothing but php & mysql. Here is my code for the array output:
code:
elseif( $_GET['q'] == "m" )
{
include_once "shoutcast.php";
//print_r($dnas_data); To Get the Error
echo $dnas_data['SONGTITLE'];
}
I'm still waiting on a reply from the host to verify if they allow it or not, but based on the scripts I've tried, my opinion is that they don't.