답변 1개
채택된 답변
+20 포인트
마르스컴퍼니
3년 전
* /test.php
Copy
include "_common.php";
$sql = "
select distinct it_name
from {$g5['g5_shop_item_table']}
";
$result = sql_query($sql);
while ($row = sql_fetch_array($result)) {
echo $row['it_name'];
echo '<br>';
}
로그인 후 평가할 수 있습니다
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인