게시판 검색만들기 좀 도와주세요~!
예) 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>
여기서 어덯게 하면 지정된 게시판으로 검색할수 잇을가요?
고수님들 잘 부탁드립니다.
이 페이지에서 지정된 게시판을 검색하고자 합니다.
<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>
여기서 어덯게 하면 지정된 게시판으로 검색할수 잇을가요?
고수님들 잘 부탁드립니다.
|
댓글을 작성하시려면 로그인이 필요합니다.
로그인
댓글 5개
<form name=fsearch method=post action='./bbs/board.php' style="margin:0px;">
이렇게 해 보세요