Erreur SQL !
SELECT c.id_commentaire id_commentaire, c.titre titre, c.txt txt, c.dateCrea dateCrea, c.pseudo pseudo
FROM _commentaire sc, commentaire c WHERE c.affich = 1 AND sc.id_= AND sc.commentaire=c.id_commentaire ORDER BY c.ordre
You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'AND sc.commentaire=c.id_commentaire ORDER BY c.ordre' at line 2