상품이 없을 때 안내 문구 추가

This commit is contained in:
chicpro
2013-07-26 09:49:46 +09:00
parent 3223fa0144
commit 6bdb7bd276

View File

@ -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;
?>