Hey guys i made a radio and now i wanna put in the current song playing
Code:
http://209.250.234.51:8090/played.html
so i made a script
Code:
<?php
$file = fopen("http://209.250.234.51:8090/played.html","r");
$buffer = fpassthru($file);
/* parsing stuff here */
echo $buffer;
fclose($file);
?>
For some reason i cant host this script on port 80 a.k.a wich is firewalled. You guys got any advice or anything that could help me show the current sont playing ?
Got any ideas? or any way you guys can help me