';
echo "This tab displays scores only in the individual songs page.";
echo '
Please click here to view the scores.'; echo '
';
}
else{
if($total_scores>0){
echo 'Please click here to view the scores.'; echo '
';
echo '
';
echo '
";
}
else{
echo "No scores for this song has been uploaded yet.";
}
}
?>
Name
Score
Date Played
- ';
while ( $scores->fetchRecord() ) {
echo '
-
' . $scores->get_field("score") . '' . $scores->get_field("date_played") . ''; } echo "
please help me with this i wannt to sort the score from highest to lowest please