리스트에서 특정 게시물 안보이게하기
여분필드로 체크해서 특정게시물은 최근게시물로보여지구
나머지는 리스트에서 안보이게하려고하는데요
wr_17 = 0인 값인 게시물 안보이게 하려면 list.skin.php에서 이런식으로 쓰면 될까요?
이곳저곳 검색해서 알아보는데 잘 모르겠어서요 도와주세요!!!
</strong><span style="font-size: 10pt; line-height: 1.5;"></span></p><p><span style="font-size: 10pt; line-height: 1.5;"> <?php </span></p><p> </p><p> $sql = " select * from {$write_table} where wr_17 = '0' order by wr_num";</p><p> $result = sql_query($sql);</p><p> </p><p> for ($i=0; $row=sql_fetch_array($result), $i<count($listcus); $i++) { </p><p> ?></p><p><strong style="font-family: 돋움, dotum, helvetica; font-size: 12px; line-height: 21.6000003814697px; background-color: rgb(255, 255, 255);">
답변 1개
답변을 작성하려면 로그인이 필요합니다.
로그인