WebPublisher/PHP & ASP
[PHP] 게시판 view 페이지 하단에서 list 제거
amanda
2022. 9. 7. 11:53
// 리스트 하단
if(!$num){
include $_RANG['skin_path']."list_foot.php";
}
list가 include된 부분에 if 조건문 추가하기