query($sql) as $row) {
$artist = $row['artist'];
$title = $row['title'];
}
$db = null;
echo "
Submitting Song:
";
echo "
$artist - $title
"; echo ""; echo "If you have a common first name, please also enter your last initial or last name.
Doing so will help eliminate confusion and reduce the risk of your turn getting skipped.";
?>