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
$row = mysqli_fetch_array(mysqli_query($conn, "select md.path, music_songs.filename, music_songs.song_id from music_songs left join music_directories md on md.directory_id=music_songs.directory_id where song_id ='" . $_REQUEST['song_id'] . "' order by song_id desc limit 1"));