effettivamente mancava anche un altra condizione
ma così va
grazieCodice PHP:$query = "SELECT F.file,F.voto,F.id,F.commento,
U.nick
FROM mp3 AS F,
utenti AS U
WHERE U.nick LIKE '$nome'
AND F.iduser = U.id
ORDER BY F.voto DESC
LIMIT $start,$step";
effettivamente mancava anche un altra condizione
ma così va
grazieCodice PHP:$query = "SELECT F.file,F.voto,F.id,F.commento,
U.nick
FROM mp3 AS F,
utenti AS U
WHERE U.nick LIKE '$nome'
AND F.iduser = U.id
ORDER BY F.voto DESC
LIMIT $start,$step";