묻고답하기

 밑에 처럼 작성을 해서 엑셀로 불러오면 regdate부분이 2.01304E+13 이렇게 나오는 데 고칠 방법이 없을까요?

소스어디다가 어떤 명령어를 넣어야하나요?ㅠㅠ

<?php
  $info = array(
    "host"  => "",
    "user"  => "",
    "pass"  => "",
    "db"  => "",
    "table"  => "xe_documents",
 "module_srl" => 
    );
 $getFields = array("title","content","nick_name","regdate"); //출력원하는 칼럼을 배열로 입력

header("Content-type: application/vnd.ms-excel");
header("Content-Disposition: attachment; filename=documents.xls");
$con = mysql_connect($info[host], $info[user], $info[pass]) || die(mysql_error());
mysql_query("set names utf8");
$con_db = mysql_select_db($info[db]) || die(mysql_error());
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="EN" dir="ltr" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv=Content-Type content=text/html; charset="utf-8">
</head>
<body>
<table border=1>
<tr align=center>
<?php
$fields = mysql_list_fields("$info[db]", "$info[table]");
$columns = mysql_num_fields($fields);

for( $i=0 ; $i<$columns ; $i++ )
{
$field[$i]=mysql_field_name($fields, $i);
if( in_array($field[$i], $getFields) ) echo "<th>".$field[$i]."</th>";
}
?>
</tr>
<?php

$result = mysql_query("select * from $info[table] where module_srl = $info[module_srl]");
while( $data = mysql_fetch_assoc($result) )
{
echo"<tr>";
foreach( $data as $key => $val )
{
if( in_array($key, $getFields) ) echo "<td>".htmlspecialchars($val)."</td>";
}
echo"</tr>";
}
?>
</table>
</body>
</html>

글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
홍이만세^^ 주소고정을 하면 밑에 스크롤바가 생기네요. ㅡ.ㅡ;;  
어드민 패스워드를 잊어 버렸습니다.  
discus 자동으로 늘어나는 셀 높이.  
박남규530 로그인폼에서 질문이 있습니다.  
LooK782 모두에게 묻습니다...홈페이지 속도문제.. [2] 2007.11.14 by Eavan™
lcx 설치가 안돼요. [도움요청] [2] file 2007.11.14 by 소마세월
포레버 파일전송중 페이지 안뜨는 현상  
타락사 제로보드 XE를 설치할려고 하는데 퍼미션 변경이 되지 않습니다. [1] 2007.11.14 by 백성찬
음냐 이건 어떤 경우인가요? [2] file 2007.11.14 by 음냐
polestar7 방명록에 쓰인글에 답글을 달려고하니 에러가 나네요 [1] file 2007.11.14 by hyunwe
Maphacks 겔러리형 게시판 본문추가 문제 [1] 2007.11.14 by 임둘리
행복지기781 최근글 위젯 테두리있게 못만들까요 ㅜ [4] 2007.11.14 by 행복지기781
행복지기781 페이지는 수정이 편하게 가능할지모르지만 메인레이아웃은 역시 노가다군요  
yehza 홈페이지 접속시에 에러가 나네요ㅠ 좀 도와주세요~  
싯뽀쨩 저는 깔끔하게 폰트가 나오지 않네요, 어떻하면 될까요 ㅠㅠ [4] 2007.11.14 by 아트박스
원성연 DB dump프후 다시 복구 - import시킬때 메뉴부분만 복구가 안되요.  
JinkPark 나야나 무료계정에서는 제로보드xe [2] 2007.11.14 by 배탄실
호빵 홈피 가로폭 고정하는 방법 좀 알려주세요. [4] 2007.11.14 by 호빵
sroo xe이전(복구) 하는 방법좀 부탁드립니다. [1] 2007.11.14 by 백성찬
jurassic 게시판 크기 조절