You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$reponse = $db->query('SELECT playlist.title, songs.vote FROM playlist INNER JOIN songs ON playlist.info=songs.id WHERE songs.played = (SELECT MIN(played) FROM songs) AND vote > 0 ORDER BY songs.vote DESC LIMIT 10');