파일을 엑셀 혹은 워드로 다운 받기

· 2006-08-11 (금) 09:33:12 · 4854
<?
if($DownForWord=="yes"){
header( "Content-type: application/vnd.ms-word" );
header( "Content-Disposition: attachment; filename=${LIST[Company]}.Doc" );
header( "Content-Description: PHP4 Generated Data" );
}
?>
<?
if($DownForExel=="yes"){
header( "Content-type: application/vnd.ms-excel" );
header( "Content-Disposition: attachment; filename=${LIST[Company]}.xls" );
header( "Content-Description: PHP4 Generated Data" );
}
?>



<SCRIPT>
function DownForWord(UID,CURRENT_PAGE){
file_url = "<?=$PHP_SELF?>?UID="+UID+"&CURRENT_PAGE="+CURRENT_PAGE+"&DownForWord=yes";
location.href=file_url;
}
function DownForExel(UID,CURRENT_PAGE){
file_url ="<?=$PHP_SELF?>?UID="+UID+"&CURRENT_PAGE="+CURRENT_PAGE+"&DownForExel=yes";
location.href=file_url;
}
</SCRIPT>



<input type="button" name="Button" value="다운(엑셀)" onClick="javascript:DownForExel('<?=$UID;?>','<?=$CURRENT_PAGE;?>');" style="cursor:hand";>
<input type="button" name="Button" value="다운(워드)" onClick="javascript:DownForWord('<?=$UID;?>','<?=$CURRENT_PAGE;?>');" style="cursor:hand";><div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 17:12:10 PHP & HTML에서 이동 됨]</div>
|
댓글을 작성하시려면 로그인이 필요합니다.

개발자팁

5,403건

개발과 관련된 유용한 정보를 공유하세요. 질문은 QA에서 해주시기 바랍니다.

+
분류 제목 글쓴이 날짜 조회
JavaScript 06-08-25 조회 2,721
기타 06-08-24 조회 4,591
기타 06-08-24 조회 3,631
JavaScript 06-08-23 조회 5,292
기타 06-08-23 조회 5,758
기타 06-08-23 조회 4,878
기타 06-08-23 조회 5,680
Flash 06-08-23 조회 5,760
기타 06-08-21 조회 6,219
MySQL 06-08-20 조회 4,321
JavaScript 06-08-20 조회 4,713
JavaScript 06-08-19 조회 4,811
Linux 06-08-18 조회 3,838
기타 06-08-18 조회 3,909
JavaScript 06-08-18 조회 3,088
JavaScript 06-08-18 조회 3,184
기타 06-08-14 조회 2,795
기타 06-08-13 조회 3,092
기타 06-08-12 조회 4,240
JavaScript 06-08-11 조회 4,855
기타 06-08-10 조회 4,023
JavaScript 06-08-10 조회 3,222
기타 06-08-09 조회 4,537
기타 06-08-08 조회 4,230
PHP 06-08-08 조회 6,488
기타 06-08-07 조회 4,046
JavaScript 06-08-06 조회 5,306
기타 06-08-05 조회 2,953
기타 06-08-05 조회 2,824
JavaScript 06-08-05 조회 4,224