Displaying 1 result from an estimated 1 matches for "curl_init".
Did you mean:
call_init
2007 Mar 04
2
Parsing /admin/stats with PHP
I am trying to connect to my icecast server with the following php
script and I keep getting an error. Script and errot follow:
$server = "www.dallypost.com:8000";
$user = "admin";
$passw = "my_pass_word";
$mountpoint = "/DallyPostRadio.ogg";
$fp = fopen("http://$user:$passw@$server/admin/stats","r")
or die("Error reading