Codice PHP:
$selectQuery "SELECT * FROM utenti U LEFT JOIN immagini I ON U.id = I.idutente WHERE U.id = :uid ORDER BY I.id DESC LIMIT 4" 
:uid sarà l'id utente che passi tramite $_GET suppongo..