Ho provato anche con:
Ma il risultato è uguale.Codice PHP:
SELECT t.id AS top_id, t.title AS top_title, t.posts AS top_posts, t.views AS top_views, t.status AS top_status, t.last_id_poster AS top_last_id_poster, t.last_name_poster AS top_last_name_poster, t.last_date_post AS top_last_date_post, f.* FROM irf_topics t, irf_forums f WHERE t.fid='".$Input->GET['f']."' ORDER BY t.status DESC