Quelques mots de remerciements seront grandement appréciés. Ajouter un commentaire
62801 internautes nous ont dit merci ce mois-ci
/* Propose le telechargement */ header("Content-Type: text/csv"); header("Content-disposition: attachement; filename=export.csv"); //header specifique IE parce que sinon il aime pas if(preg_match('/msie|(microsoft internet explorer)/i', $_SERVER['HTTP_USER_AGENT'])){ header('Cache-Control: must-revalidate, post-check=0, pre-check=0'); header('Pragma: public'); }else{ header('Pragma: no-cache'); }