|
$file = file_get_contents ('http://www.gmember.com/gmemberplus_partner/service.php?gmmparam=musicchart');
$arr_week = getValuebyTagName("week",$file,1);
$arr_audio = getValuebyTagName("audio",$file,1);
$arr_mv = getValuebyTagName("mv",$file,1);
$arr_artist = getValuebyTagName("artist",$file,1);
$arr_artist_id = getValuebyTagName("artist_id",$file,1);
$arr_album_id = getValuebyTagName("album_id",$file,1);
$arr_album_cover = getValuebyTagName("album_cover",$file,1);
$arr_songid = getValuebyTagName("songid",$file,1);
$arr_songname = getValuebyTagName("songname",$file,1);
$arr_album = getValuebyTagName("album",$file,1);
$arr_hotsingle = getValuebyTagName("hotsingle",$file,1);
$arr_thisweek = getValuebyTagName("thisweek",$file,1);
$arr_lastweek = getValuebyTagName("lastweek",$file,1);
$arr_peak = getValuebyTagName("peak",$file,1);
$arr_weekon = getValuebyTagName("weekon",$file,1);
$arr_played = getValuebyTagName("played",$file,1);
?>
|