상품이 없을 때 안내 문구 추가
This commit is contained in:
@ -33,6 +33,8 @@ for($i=0;$row=sql_fetch_array($result);$i++) {
|
||||
|
||||
if($list)
|
||||
$list = '<ul>'.$list.'</ul>';
|
||||
else
|
||||
$list = '<p>등록된 상품이 없습니다.</p>';
|
||||
|
||||
echo $list;
|
||||
?>
|
||||
Reference in New Issue
Block a user