$title = "John Coinman Music Player";
// $meta = "metatags";
include "lib/header.zh";
?>
John Coinman Music
$song=$_GET['m'];
$name=$_GET['n'];
$cover=$_GET['c'];
print <<
Your browser does not support HTML5 audio.
Please use this link instead:
Play MP3
$name
MUSIC;
?>