I've got a webpage that display this : http://i.imgur.com/QUkMoiC.jpg Just plain text. And I need to include this in another php webpage, like
$string = include('http://77.144.233.158:4032/currentsong?sid=1');
echo $string;
so this can return "King crimson - Moonchild - Lyrics". but this doesn't work.
How can I do ?