= '[inhumation_debut_(AAAA-MM-JJ)]' " ; $reqmo['sql'] .= " and dateinhumation <= '[inhumation_fin_(AAAA-MM-JJ)]' " ; $reqmo['sql'] .= " and cimetiere.cimetiere = '[cimetiere_choix]' " ; $reqmo['sql'] .= " order by [tri]"; $reqmo['nom']='checked'; $reqmo['prenom']='checked'; $reqmo['marital']='checked'; $reqmo['date_deces']='checked'; $reqmo['date_naissance']='checked'; $reqmo['date_inhumation']='checked'; $reqmo['voielib']='checked'; $reqmo['zonelib']='checked'; $reqmo['type']='checked'; $reqmo['voie_type_lib']='checked'; $reqmo['zone_type_lib']='checked'; $reqmo['cimetierelib']='checked'; $reqmo['famille']='checked'; $reqmo['numero']='checked'; $reqmo['cimetiere_choix']='select cimetiere, cimetierelib from '. DB_PREFIXE.'cimetiere order by cimetierelib'; $reqmo['tri']=array('nom','prenom','marital','dateinhumation', 'zonelib', 'voielib');