반응형
<?php
header("Content-type: application/vnd.ms-excel");
header("Content-Disposition: attachment; filename=test.xls");
header("Content-Description: PHP4 Generated Data");
header( "Content-charset=euc-kr" );
?>
<html>
<head>
<meta http-equiv="Content-Type" content="application/vnd.ms-excel;charset=euc-kr">
</head>
<body>
안녕하세요
</body>
</html>
반응형
'Web > PHP' 카테고리의 다른 글
이번주 구하기 (0) | 2012.02.06 |
---|---|
curl 예제 (0) | 2010.06.10 |
참조연산자 (&) (0) | 2010.04.29 |
php 4.x 버전과 php 5.x 버전 동시에 사용하기[리눅스 설정] (0) | 2010.04.01 |
스팸으로부터의 이메일 주소 보호 함수 (0) | 2010.02.11 |