Error: No artist by that name: $artist");}
}
/* end if artist-is-set-show-artistpage */
/* Otherwise the script is getting called directly */
else {
echo("
You are calling this script directly or with a malformed URL.");
}
}
/* Otherwise we could not connect in the first place, or there was some error.
Call HandleError with default screen
*/
else {
HandleError($sock,"","",$ERRMSG);
}
>