ciao a tutti!!! l'errore è certamente qua: WHERE U.nick = $nome;
ma non capisco dove
grazieCodice PHP:
$query = "SELECT F.file,F.voto,F.id,F.commento,
U.nic
FROM mp3 AS F,
utenti AS U
WHERE U.nick = $nome
ORDER BY F.voto DESC
LIMIT $start,$step";
![]()