list.sort.skin.php 에 있는 $sca, $sfl, $stx 가 뭔지 알고 싶습니다. 채택완료
업시
9년 전
조회 4,479
검색을 수정하려고 하는데,
$sca, $sfl, $stx 이 세가지가 어떤거고, 어떤 역할을 하는지 모르겠습니다....
설명 부탁드리겠습니다 ㅠㅠ
아래는 list.sort.skin.php 중 일부분입니다
</p><p><fieldset id="bo_sch"></p><p> <legend>게시물 검색</legend></p><p> </p><p> <form name="fsearch" method="get"></p><p> <input type="hidden" name="ca_id" value="<?php echo $bo_table ?>"></p><p> <input type="hidden" name="sca" value="<?php echo $sca ?>"></p><p> <input type="hidden" name="sop" value="and"></p><p> <label for="sfl" class="sound_only">검색대상</label></p><p> <select name="sfl" id="sfl"></p><p> <option value="wr_subject"<?php echo get_selected($sfl, 'wr_subject', true); ?>>제목</option></p><p> <option value="wr_content"<?php echo get_selected($sfl, 'wr_content'); ?>>내용</option></p><p> <option value="wr_subject||wr_content"<?php echo get_selected($sfl, 'wr_subject||wr_content'); ?>>제목+내용</option></p><p> <option value="mb_id,1"<?php echo get_selected($sfl, 'mb_id,1'); ?>>회원아이디</option></p><p> <option value="mb_id,0"<?php echo get_selected($sfl, 'mb_id,0'); ?>>회원아이디(코)</option></p><p> <option value="wr_name,1"<?php echo get_selected($sfl, 'wr_name,1'); ?>>글쓴이</option></p><p> <option value="wr_name,0"<?php echo get_selected($sfl, 'wr_name,0'); ?>>글쓴이(코)</option></p><p> </select></p><p> <label for="stx" class="sound_only">검색어<strong class="sound_only"> 필수</strong></label></p><p> <input type="text" name="stx" value="<?php echo stripslashes($stx) ?>" required id="stx" class="frm_input required" size="15" maxlength="20"></p><p> <input type="submit" value="검색" class="btn_submit"></p><p> </form></p><p></fieldset></p><p>
댓글을 작성하려면 로그인이 필요합니다.
답변 1개
답변을 작성하려면 로그인이 필요합니다.
로그인
어떤식으로 등록이 되어있는지 알고 싶어요 ㅠㅠ