redbird, that man kbudden sorted out my artist problem. heres the part of the code that fixed it..
in the function characterData($parser, $data) you need:
case "ARTIST":
if ($artist<> ''){
$artist = $artist . " " . $data;
}
if ($artist == ''){
$artist = $data;
}
break;
thanks to kbudden for sorting it. hope that helps
LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks