write.skin.php에서 input값들이 어떤 역할을 하나요??

write.skin.php에서 input값들이 어떤 역할을 하나요??

QA

write.skin.php에서 input값들이 어떤 역할을 하나요??

답변 1

본문

    <input type="hidden" name="w" value="<?php echo $w ?>">
    <input type="hidden" name="bo_table" value="<?php echo $bo_table ?>">
    <input type="hidden" name="wr_id" value="<?php echo $wr_id ?>">
    <input type="hidden" name="sca" value="<?php echo $sca ?>">
    <input type="hidden" name="sfl" value="<?php echo $sfl ?>">
    <input type="hidden" name="stx" value="<?php echo $stx ?>">
    <input type="hidden" name="spt" value="<?php echo $spt ?>">
    <input type="hidden" name="sst" value="<?php echo $sst ?>">
    <input type="hidden" name="sod" value="<?php echo $sod ?>">
    <input type="hidden" name="page" value="<?php echo $page ?>">

 

 

write.skin.php에 저 input 중에 bo_table, wr_id는 알겠는데 나머지

 

sca, sfl, stx, spt, sst, sod, page는 어떤 값인가요??

 

필수값 인가요?? 저게 빠지면 문제가 되나요??

이 질문에 댓글 쓰기 :

답변 1

sca : search category (카테고리)

sfl : search field (검색 필드)

stx : search text (검색어)

spt : search part (검색구간)

sst : search? sort (정렬 필드)

sod : search? order by (오름차순, 내림차순)

page : 현재 페이지

 

빠지면 문제가 될 수 있습니다. 목록으로 이동시 검색필드/검색어 정보 등 전달X

답변을 작성하시기 전에 로그인 해주세요.
QA 내용 검색
질문등록
filter #php ×
전체 15,331
© SIRSOFT
현재 페이지 제일 처음으로