"; } if ($i == 0) { echo ""; } ?>
주문번호 주문자 입금액 결제방법 수정
$row[od_id] $name ".display_amount($row[receiptamount])."  $settle_method ".icon("수정", "./orderform.php?od_id=$row[od_id]")."
자료가 없습니다.
 
0 order by a.od_id desc limit $max_limit "; $result = sql_query($sql); for ($i=0; $row=sql_fetch_array($result); $i++) { $sql1 = " select * from $g4[member_table] where mb_id = '$row[mb_id]' "; $row1 = sql_fetch($sql1); $name = get_sideview($row[mb_id], get_text($row[od_name]), $row1[mb_email], $row1[mb_homepage]); $settle_method = ""; if ($row[od_settle_case]) { $settle_method = $row[od_settle_case]; } else { if ($row[od_temp_bank]) $settle_method .= "무통장"; if ($row[od_temp_card]) $settle_method .= "카드"; if ($row[od_temp_milage]) $settle_method .= "포인트"; } $list = $i%2; echo " "; } if ($i == 0) echo ""; ?>
주문번호 주문자 주문액 결제방법 수정
$row[od_id] $name ".display_amount($row[orderamount])."  $settle_method ".icon("수정", "./orderform.php?od_id=$row[od_id]")."
자료가 없습니다.

 
"; } if ($i == 0) echo ""; ?>
회원명 제목 수정
$name ".cut_str($row[is_subject],40)." ".icon("수정", "./itempsform.php?w=u&is_id=$row[is_id]")."
자료가 없습니다.
 
"; } if ($i == 0) echo ""; ?>
회원명 제목 수정
$name ".cut_str($row[iq_subject],40)." ".icon("수정", "./itemqaform.php?w=u&iq_id=$row[iq_id]")."
자료가 없습니다.