| ", $line, $regs );
$currentsong = htmlspecialchars($regs[1]);
}
fclose($fp);
}
list($artiste, $titre) = split('[-]', $currentsong);
$artiste = trim(str_replace(" ", "%20", $artiste));
$titre = trim(str_replace(" ", "%20", $titre));
include("http://www.radios-fr.com/po.php?artiste=$artiste&titre=$titre&taille=$taille&no=$no");
?>
|
|