게시판에서 여분필드 검색하는 방법..
본문
<label for="sfl">지점명</label>
<select name="sfl" id="sfl">
<option value="wr_subject"<?php echo get_selected($sfl, 'wr_subject', true); ?>>지점명</option>
<option value="wr_2,1"<?php echo get_selected($sfl, 'wr_2,1'); ?>>주소</option>
</select>
게시판에서 여분필드 wr_2를 이용해서 select박스로 wr_2에 대한 검색을 하려고 하는데 저 방법이 안먹히네요... 어떻게 해야되는건지 도와주세요 ㅠ ㅠ!
!-->
답변을 작성하시기 전에 로그인 해주세요.