Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- php
- TextBox
- docker
- 확장자
- JavaScript
- smarty
- Oracle
- Postfix
- SVN
- mariadb
- 한글 깨짐
- Eclipse
- 문자열자르기
- random
- 부모창
- i18n
- Selectbox
- MySQL
- install
- Python
- RabbitMQ
- yum
- ubuntu
- centos
- replace
- 천단위
- jQuery
- TPL
- 일괄변경
Archives
- Today
- Total
wilson's story
엑셀파일 생성하기 본문
반응형
$today = date("Y-m-d"); header( "Content-type: application/vnd.ms-excel" ); header( "Content-Disposition: attachment; filename=". $today. ".xls"); header( "Content-Description: PHP4 Generated Data" ); ?>
제목입니다. | |
번호 | 번호+1 |
= $i ?> | =$i+1 ?> |
반응형