Ms Word 로 출력하기
Linux/PHP : 2007/11/14 14:37
<?
Header("Content-Type:application/msword");
header("Content-Disposition: attachment; filename=fileName.doc");
header( "Content-Description: PHP4 Generated Data" );
?>
Header("Content-Type:application/msword");
header("Content-Disposition: attachment; filename=fileName.doc");
header( "Content-Description: PHP4 Generated Data" );
?>
Trackback Address :: http://jjangu.pe.kr/blog/trackback/475



