게시판 검색만들기 좀 도와주세요~! > 그누4 질문답변

그누4 질문답변

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기
기존 게시물은 열람만 가능합니다.

게시판 검색만들기 좀 도와주세요~! 정보

게시판 검색만들기 좀 도와주세요~!

본문

예) 123.php 새로운 페이지 하나 만들었습니다.
이 페이지에서 지정된 게시판을 검색하고자 합니다.

<form name=fsearch method=get style="margin:0px;">
<input type=hidden name=bo_table value="gg">
<input type=hidden name=sca      value="">
<table width=100% cellpadding=0 cellspacing=0 id="table1">
<tr>
    <td width="50%" height="40">
                            </td>
    <td width="50%" align="right">
        <table border="0" cellspacing="1" id="table2">
<tr>
<td>
        <select name=sfl size="1">
            <option value='wr_subject'>제목</option>
            <option value='wr_content'>내용</option>
            <option value='wr_subject||wr_content'>제목+내용</option>
            <option value='mb_id,1'>아이디</option>
            <option value='wr_name,1'>이름</option>
        </select></td>
<td>
<input name=stx maxlength=15 size=21 itemname="검색어" required value=''></td>
<td><select name=sop size="1">
            <option value=and>and</option>
            <option value=or>or</option>
        </select></td>
<td>
        <input type=image src="images/search_btn.gif" border=0 align=absmiddle name="I1"></td>
</tr>
</table>
</td>
</tr>
</table>
</form>


여기서 어덯게 하면 지정된 게시판으로 검색할수 잇을가요?
고수님들 잘 부탁드립니다.
  • 복사

댓글 전체

© SIRSOFT
현재 페이지 제일 처음으로