liste_ids = explode(",",$liste_ids); ajax_http_send_response($fic->show_fiche_form()); } function update_notice($idfiche){ $fic = new fiche($idfiche); ajax_http_send_response($fic->show_edit_form()); }