PHP & MySQL

엑셀다운, 숫자를 문자로 인식

관리자 | 2013.01.21 15:09 | 조회 9442

<?
$dir = "../..";
include "$dir/inc/connect.php";
include "$dir/inc/config.php";
$coin_idx = $_REQUEST['index_no'];
$ar_c = sel_query("${basictb}_coin_shop","list_name"," where index_no='$coin_idx'");
header( "Content-type: application/vnd.ms-excel" );
header( "Content-Disposition: attachment; filename=".$ar_c[list_name]."_".date('Y-m-d').".xls" );
header( "Content-Description: PHP4 Generated Data" );
print("<meta http-equiv=\"Content-Type\" content=\"application/vnd.ms-excel;charset=euc-kr\">");
?>
<html>
<body>
<table>
<Tr>
<td>핸드폰번호</td>
<td>이름</td>
</tr>
<?
$q = "select * from ${basictb}_coin_order where shop_idx = '$coin_idx' and send_date='' order by index_no desc";
$r = mysql_query($q);
$date=date('Y-m-d');
while($row = mysql_fetch_array($r))
{

mysql_query("update ${basictb}_coin_order set send_date = '$date' where index_no = $row[index_no]");
$ar_m = sel_query("${basictb}_member","name,cp"," where index_no='$row[mem_idx]'");
?>
<tr>
<td style='mso-number-format:\@;'><?=str_replace("-","",$ar_m['cp'])?></td>
<td><?=$ar_m['name']?></td>
</tr>
<?
}
?>
</table>
</body>
</html>

twitter facebook me2day 요즘
26개(1/2페이지)
PHP & MySQL
번호 제목 글쓴이 조회 날짜
26 [PHP] 파파고 API 관리자 2221 2021.01.29 16:33
25 [PHP] 소녀나라 구인공고 사진 관리자 3833 2018.04.17 12:54
24 [PHP] Zen HTML Selectors 관리자 6209 2014.03.12 17:16
23 [PHP] zen coding~! 젠코딩 Zen HTML Elements 관리자 8421 2014.03.12 17:16
22 [PHP] 에디트 플러스 zen coding CSS 관리자 7851 2014.03.12 17:16
21 [PHP] php + jquery ajax + json 관리자 5838 2014.03.04 15:30
20 [PHP] php 엑셀 파일 생성시 한글깨짐 관리자 8950 2014.02.21 16:31
19 [PHP] 날씨 API, 기상청 날씨 파싱 관리자 11140 2014.01.22 15:32
18 [PHP] 도로명주소 관리자 5935 2014.01.09 11:39
17 [PHP] PHP, AJAX, JSON 리턴 관리자 7609 2013.10.18 17:49
16 [PHP] PHP 변수 초기화 및 조건부 할당 관리자 6674 2013.09.25 00:57
15 [PHP] 킴스큐 썸네일 사이즈 변경 관리자 4999 2013.07.16 14:14
14 [PHP] 간단하게 만드는 캐싱 사진 관리자 5851 2013.05.21 14:11
13 [PHP] 웹문서 긁어와서 저장 관리자 7432 2013.05.10 12:37
12 [PHP] 팝업방지 BHO 사진 관리자 9682 2013.02.28 14:54
11 [PHP] 강제로 파일다운로드 되게 관리자 9616 2013.01.21 16:31
10 [PHP] 리눅스 서버관리 관리자 4289 2013.01.21 15:14
9 [PHP] SI, SM, ERP, EIP, EAI, CMMS, CRM, SCM, GW, KMS 관리자 8937 2013.01.21 15:13
8 [PHP] eclipse 3.7 pdt php 셋팅방법 첨부파일 관리자 6437 2013.01.21 15:12
7 [PHP] PHP 개발 보안가이드 첨부파일 관리자 7348 2013.01.21 15:10
많이 본 글
댓글 많은 글