header("Content-type: application/vnd.ms-excel; charset=EUC-KR");
header("Content-Disposition: attachment; filename=".$filename.".xls");
header("Content-Description: ".$_GET['category']);
header("Content-charset=EUC-KR");
header("Content-Disposition: attachment; filename=".$filename.".xls");
header("Content-Description: ".$_GET['category']);
header("Content-charset=EUC-KR");
'php' 카테고리의 다른 글
PHP로 RSS를 간단히 만들기 (0) | 2011.03.07 |
---|---|
날짜 차 구하기 (0) | 2011.01.05 |
date (0) | 2010.05.03 |
header로 들어오는 url 고치기 (0) | 2010.03.29 |
include_path 교체 (0) | 2010.03.22 |