엑스엠엘님 정말 감사합니다
바로바로 답변도 해주시고 수고했습니다.
...................................
$sql = " select ct_id, mb_id, it_id, ct_price, ct_point, ct_qty, ct_option, ct_status, cp_price, ct_stock_use, ct_point_use, ct_send_cost, io_type, io_price, pt_msg1, pt_msg2, pt_msg3, it_model
from {$g5['g5_shop_cart_table']}
where od_id = '{$od['od_id']}'
and it_id = '{$row['it_id']}'
order by io_type asc, ct_id asc ";
$res = sql_query($sql);
$rowspan = sql_num_rows($res);
...................................
그런데
sql select에 추가하니 - 애러가 나네요.
(이제보니) 보이네요.
감사 했습니다.