묻고답하기

안녕하세요? 저번에 어느 분이 멤버를 엑셀로 뽑는 소스를 봤습니다.
혹시, 특정 게시판의 게시물 목록(리스트)를 뽑아오는 방법은 없을까요?

<?php
  $info = array(
    "host"  => "",
    "user"  => "",
    "pass"  => "",
    "db"  => "",
    "table"  => "xe_documents????"
    );
 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>
글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
&d 메뉴 수정이 불가능합니다;ㅠㅠ 도와주세요;;; [2] file 2008.10.28 by &d
The Baptist 다국어 게시글 질문입니다.  
bluepark Backup & Restore 할 때: 화일의 타입이 InnoDB인 것을 SQL에 Restore 하는 방법 [2] 2008.10.28 by bluepark
으아악. 달력, 카운터 크기 조절은 어디서 해야 하나요??? [1] 2008.10.28 by 느까끼
푸른가람 제로보드4 -> xe 새로 설치시에.. [1] 2008.10.28 by 느까끼
XE초보 로그인창에 SET FOCUS(?) 안되게 하는 방법? [2] 2008.10.28 by XE초보
haha 인용구에 png 삽입시 안나타 나는 문제 [1] file 2008.10.28 by haha
김지우145 이상하네요 ㅜㅜ.. background 가 먹통이에요 [4] 2008.10.28 by 느까끼
이선범822 비스타에는 제로보드가 못까나요? [1] 2008.10.28 by 정승재
아침☆ css 질문입니다 ㅠ  
김주년656 위젯 추가시 이런 문제 경험해보신분 ? [6] 2008.10.28 by 백성찬
Marvelsh Admin에서 애드온을 몇개키니까 홈페이지가 먹통.. [5] 2008.10.28 by Mike346
CmKim 도와주세요-설치 문제  
pillar 리스트 열람 전부 해제해도 리스트가 안보여요  
페이해스 개인서버 운영시. 퍼미션설정은 어떻게하나요? [1] 2008.10.28 by SMaker
haha 전체 카테고리에 대한 질문 [2] 2008.10.28 by haha
Helllo 제로보드 XE 모바일로도 접속이 잘 되나요? [2] 2008.10.28 by Helllo
박성우167 도와주세요 [1] 2008.10.28 by 까마구
장상모 [문제해결] 파일첨부가 안됩니다. [2] 2008.10.28 by 베토벤바이러스
한미키친 홈피가 죄다 찌그러집니다 ㅜㅜ [1] 2008.10.28 by 까마구
daybreak 레이아웃스킨에서 $content를 여러개 넣어 최근게시물을 뽑고싶어요. [1] 2008.10.28 by 까마구
박은진524 메뉴를 이미지로 할려면..? [1] 2008.10.28 by 까마구
우정훈762 cafe24에서 호스팅 받아서 쓰고 있는데 파일 첨부가 갑자기 먹통입니다. [2] 2008.10.28 by 우정훈762
베토벤바이러스 파일첨부문제~  
이상진414 포인트 결제 시스템은 없나요? [1] 2008.10.29 by Xeicus
shimyo 제로보드 공식메뉴얼은 한국어만 지원되나요? [1] 2008.10.29 by misol
\제로보드/ 게시판옆부분에 로그인폼을 넣고싶은데 어떻게해야하나요 [1] 2008.10.29 by 까마구
꼬기송 도와주세요 ... 살려주세요 ... ^^ [3] file 2008.10.29 by 까마구
smico 게시판의 글쓰기에서 파일첨부가 안됩니다. [1] 2008.10.29 by 백성찬
리하 백업관련질문입니다- [1] 2008.10.29 by 네비™