묻고답하기

<?php
$info = array(
"host" => "호스트명",
"user" => "아이디",
"pass" => "비번",
"db" => "DB명",
"table" => "xe_member"
);

header("Content-type: application/vnd.ms-excel");
header("Content-Disposition: attachment; filename=member.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($field[$i]=="extra_vars")
{
$field[$i] = "tel";
echo "<th>".$field[$i]."</th>";
$field[$i] = "extra_vars";
}
else echo "<th>".$field[$i]."</th>";
}
?>
</tr>
<?php
$result = mysql_query("select * from $info[table]");
while( $data = mysql_fetch_assoc($result) )
{
echo"<tr>";
for( $i=0 ; $i<count($field) ; $i++ )
{
if( $field[$i] == "extra_vars" )
{
$temp = unserialize($data["$field[$i]"])->전화번호확장변수명;
$temp = explode("|@|", $temp);
echo "<td>".$temp[0]."-".$temp[1]."-".$temp[2]."</td>";
}
else echo "<td>".$data["$field[$i]"]."</td>";
}
echo"</tr>";
}
?>
</table>
</body>
</html>

송동욱님 답변대로 빨간색부분을 맞게 바꾸고 했는데 전화번호만   - -   요렇게 표시되서 출력이 됩니다.

번호는 출력이 안되고  - - 이부분만 출력이 됩니다. 확장변수명은 handphone 으로 정확이 넣었는데 잘 안되네요~

어느부분이 문제 있는지 답변부탁드립니다~ㅠ  다른부분은 정확히 다 출력이 됩니다.

포인트가 부족하여 30포인트밖에 못드리는점 죄송합니다 ㅠ

글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
유아원 XE님한테 이런 메일이 날라왔는데 뭐에요? [1] 2009.11.11 by 백성찬
아이사랑2 소속 회원 변경이 안되네요.  
망나 도와주세요!! [1] 2009.11.11 by 백성찬
Is It x-y blog 자료를 XE로 이전하고 싶어요  
호잇똘 관리자 로그인이 안되요 ㅠㅠ file  
럽양양 썸네일 보여주기 [2] 2009.11.11 by 럽양양
ㅇㅇ2324 제로보드xe 게시판관련질문 file  
박성현868 faceoff로 홈피만드는데요 ㅠ_ㅠ  
하늘공장 프로젝트 생성할수 있는 방법관련 질문이요!!  
三乭 첨부의 메인(인트로)페이지의 텍스트 [1] file 2009.11.11 by 백성찬
제보공부중 Cafe에서 생성할 수 있는 게시판 수? [1] 2009.11.11 by 백성찬
실이다 동영상이 안올려져요..ㅜㅜ [4] 2009.11.11 by 실이다
caiggg DB & 관리자 정보 입력 등록시 unexpected error occured 오류가뜹니다. [1] 2009.11.11 by 백성찬
킹야 자료실에서 권한별 보이기  
넘버백 백성찬님의 planner 와 plannerXE123이 호환이 되나요? [2] 2009.11.11 by 넘버백
개구리0505 최근글 여백없애기 [1] file 2009.11.11 by lattente
제비게릴라 레이아웃에서 배너위치를 잡고 싶은데요.. file  
서피현 텍스타일 생성 [1] 2009.11.11 by 백성찬
조영훈479 게시판 수정 오류 좀 해결해주세요. ㅠㅠ [2] file 2009.11.11 by 조영훈479
엄청난초보 테이블안에 게시판 삽입방법좀 알려주세요..ㅜㅜ [1] 2009.11.11 by 백성찬