엑셀(excel)파일로 다운로드 받기 header > PHP

본문 바로가기

사이트 내 전체검색

뒤로가기 PHP

엑셀(excel)파일로 다운로드 받기 header

페이지 정보

작성자 최고관리자 작성일 21-02-09 11:40 조회 5,350 댓글 0

본문

############################################################################
 ## 엑셀파일 저장헤드
$file_name = "{$inputY}_{$inputM}_{$inputD}.xls";
 header( "Content-type: application/vnd.ms-excel" );
 header( "Content-Disposition: attachment; filename=$file_name" );
 header( "Content-Description: PHP4 Generated Data" );


 header("Content-type: application/vnd.ms-excel");
 header("Content-Disposition: attachment; filename=$filename");
 header("Expires: 0");
 header("Cache-Control: must-revalidate, post-check=0,pre-check=0");
 header("Pragma: public");

댓글목록 0

등록된 댓글이 없습니다.

Copyright © beautipia.co.kr. All rights reserved.

contact : webmaster@beautipia.co.kr

PC 버전으로 보기