------ERREUR SQL --------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 'and pp.type like ('type') group by p.id' at line 5------------select p.*, plp.recherche_vol from pub p inner join pub_link_page plp on (p.id_link = plp.id and plp.langue like ('it')) inner join pub_format pf on p.id_format = pf.id inner join pub_page pp on plp.id_page = pp.id where pf.format like('160x600') and plp.id_module = and pp.type like ('type') group by p.id ----------------ERREUR SQL --------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 '' at line 1------------select id_section from titre_lien_gauche where id_type = ----------