|
|
|
12년 전
|
조회 3,421
|
|
|
|
12년 전
|
조회 3,376
|
|
|
|
12년 전
|
조회 2,391
|
|
|
|
12년 전
|
조회 2,985
|
|
|
|
12년 전
|
조회 2,763
|
|
|
|
12년 전
|
조회 3,133
|
|
|
|
12년 전
|
조회 3,181
|
|
|
|
12년 전
|
조회 3,549
|
|
|
|
12년 전
|
조회 2,966
|
|
|
|
12년 전
|
조회 3,615
|
|
|
|
12년 전
|
조회 2,902
|
|
|
|
12년 전
|
조회 3,659
|
|
|
|
12년 전
|
조회 3,547
|
|
|
|
12년 전
|
조회 2,423
|
|
|
|
12년 전
|
조회 3,596
|
|
|
|
12년 전
|
조회 3,784
|
|
|
홈짱
|
12년 전
|
조회 3,151
|
|
|
|
12년 전
|
조회 3,471
|
|
|
|
12년 전
|
조회 2,358
|
|
|
|
12년 전
|
조회 3,474
|
댓글 2개
<?
$sql = "select * from ".$g4['member_table']." where mb_id = '".$list[$i][mb_id]."'";
$result = sql_query($sql);
$row = sql_fetch_array($result);
echo $row[mb_name]."(".$list[$i][mb_id].")";
?>
view
<?
$sql = "select * from ".$g4['member_table']." where mb_id = '".$view[mb_id]."'";
$result = sql_query($sql);
$row = sql_fetch_array($result);
echo $row[mb_name]."(".$view[mb_id].")";
?>