You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ORDER BY date_debut DESC' at line 1
SELECT * FROM actus WHERE date_debut <= CURDATE() AND date_fin >= CURDATE() AND actus.id!= ORDER BY date_debut DESC
SELECT * FROM actus WHERE date_debut <= CURDATE() AND date_fin >= CURDATE() AND actus.id!= ORDER BY date_debut DESC














