로딩
티스토리 데이터 처리 중입니다.

[php] 엑셀다운로드 한글 깨질 경우

 [php] 엑셀다운로드 한글 깨질 경우

header("Content-type: application/vnd.ms-excel; charset=utf-8"); header("Content-Disposition: attachment; filename=customs_report_list_".date("Ymd_Hms").".xls" ); header("Content-Description: PHP4 G.....

[php] 엑셀다운로드 한글 깨질 경우에 대한 요약내용입니다.

자세한 내용은 아래에 원문링크를 확인해주시기 바랍니다.