php 엑셀추출 > 질문답변

본문 바로가기
사이트 내 전체검색

질문답변

php 엑셀추출

페이지 정보

profile_image
작성자 미친새
댓글 0건 조회 18,218회 작성일 20-02-21 10:36

본문

header(\"Content-type: application/vnd.ms-excel;\");
header(\"Content-Description: PHP4 Generated Data\");
header(\"Content-Disposition: attachment; filename=customer_ars.xls\");
header(\"Expires: 0\");
header(\"Cache-Control: must-revalidate, post-check=0,pre-check=0\");
header(\"Pragma: public\");

<table>
<thead>
<tr>
<th scope=\"col\" style=\"width:30px;\">No</th>
<th scope=\"col\" style=\"width:120px;\">Date</th>
</tr>
</thead>

<tbody>
<?
while($row = mysql_fetch_array($res)){
?>
<tr>
<td class=\"align-center\"><?=$row['no']?></td>

<td class=\"align-center\"><?=$row['reg_date']?></td>
</tr>
<?
}
?>

</tbody>
</table>

댓글목록

등록된 댓글이 없습니다.

회원로그인

회원가입

사이트 정보

회사명 : 회사명 / 대표 : 대표자명
주소 : OO도 OO시 OO구 OO동 123-45
사업자 등록번호 : 123-45-67890
전화 : 02-123-4567 팩스 : 02-123-4568
통신판매업신고번호 : 제 OO구 - 123호
개인정보관리책임자 : 정보책임자명

공지사항

  • 게시물이 없습니다.

접속자집계

오늘
1,277
어제
1,869
최대
5,296
전체
1,478,657
Copyright © 소유하신 도메인. All rights reserved.