SELECT id, category_id, title FROM article
WHERE category_id ='$_GET["id_cat"]'
AND id != '$_GET["id"]
AND CURRENT_TIMESTAMP( )
BETWEEN pubblication_date AND pubblication_end ORDER BY id DESC LIMIT 0 , 30
SELECT id, category_id, title FROM article
WHERE category_id ='$_GET["id_cat"]'
AND id != '$_GET["id"]
AND CURRENT_TIMESTAMP( )
BETWEEN pubblication_date AND pubblication_end ORDER BY id DESC LIMIT 0 , 30