<?
$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" );
?>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
<html>
<head>
<title></title>
</head>
<body>
<table border=1>
<tr>
<td>번호</td>
<td>번호+1</td>
</tr>
<? for($i=0; $i<10; $i++){ ?>
<tr>
<td><?= $i ?></td>
<td><?=$i+1 ?></td>
</tr>
<? } ?>
<tr>
</tr>
</table>
</body>
</html>
게시글 목록
| 번호 | 제목 |
|---|---|
| 12211 | |
| 12210 | |
| 12208 | |
| 12207 | |
| 12206 | |
| 12205 | |
| 20383 | |
| 12204 |
JavaScript
Fiddler - 데이타 송수신 상태 체크 프로그램
|
| 12203 | |
| 12202 | |
| 12201 | |
| 12199 | |
| 350 | |
| 12197 | |
| 12196 | |
| 12195 | |
| 12193 | |
| 12190 | |
| 12189 | |
| 12188 | |
| 12187 | |
| 12186 | |
| 12185 | |
| 12183 | |
| 12182 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기