Scusate, ma non riesco a capire dove sbaglio...
Come faccio ad avere l'id della tabella notizie?
Questa è la query:
Codice PHP:
SELECT * FROM notizie LEFT JOIN tagcloud ON notizie.id = tagcloud.id_art WHERE tagcloud.id_tag = '$_GET[tag]' ORDER BY notizie.data_ins DESC