rez: QUERY:SELECT sum(oi_items) as nr, oi_c_id, c_id, c_titlu, c_artist, c_furnizor, c_format, c_img FROM `orders_items`, orders, cds where oi_c_id=c_id and oi_o_id=o_id and o_finished=1 and c_img!='' and c_disponibilitate_real!='nedisponibil' group by oi_c_id order by nr desc limit 7 Eroare:Access denied for user ''@'localhost' (using password: NO)