바쁘신데 질문좀 드릴께요...ㅜ.ㅜ

매출이 오르면 내리는 수수료! 지금 수수료센터에서 전자결제(PG)수수료 비교견적 신청해 보세요!
바쁘신데 질문좀 드릴께요...ㅜ.ㅜ

QA

바쁘신데 질문좀 드릴께요...ㅜ.ㅜ

답변 1

본문

상품 분류하나 만들었는데요...

 

http://sir.co.kr/shop/list.php?ca_id=10  

 

이페이지안에 셀렉트박스로 검색을 만들고 싶은데요...

 

shop/list.php안에 이렇게 넣었어요...

 

<fieldset id="bo_sch">

    <legend>게시물 검색</legend>

 

    <form name="fsearch" method="get">

    <input type="hidden" name="page" value="<?php echo $page; ?>">

    <input type="hidden" name="save_stx" value="<?php echo $stx; ?>>">

    <input type="hidden" name="sop" value="and">

    <label for="sfl" class="sound_only">검색대상</label>

<select class=box name="it_maker"  itemname='테마'>

    <option value="0">테마전체</option>

    <option value="1" <?if($it_maker=="1"){?>selected<? }?>>1</option>

                   <option value="2" <?if($it_maker=="2"){?>selected<? }?>>2</option>

                         </select>

            <input type="submit" value="검색" class="btn_submit">

    </form>

</fieldset> 

 

 

shop_admin/itemform.php 수정해서 it_maker​를 변형했는데요...

 

검색을 하면 없는 분류라고 나오는데...

 

어떻게 해야할까요?? 좀도와주세요

 

 

 

이 질문에 댓글 쓰기 :

답변 1

<fieldset id="bo_sch">

    <legend>게시물 검색</legend>

 

    <form name="fsearch" method="get">

    <input type="hidden" name="page" value="<?php echo $page; ?>">

    <input type="hidden" name="save_stx" value="<?php echo $stx; ?>">

    <input type="hidden" name="ca_id" value="<?php $ca_id; ?>">

    <input type="hidden" name="sop" value="and">

    <label for="sfl" class="sound_only">검색대상</label>

<select class=box name="it_maker"  itemname='테마'>

    <option value="0">테마전체</option>

    <option value="1" <?if($it_maker=="1"){?>selected<? }?>>1</option>

                   <option value="2" <?if($it_maker=="2"){?>selected<? }?>>2</option>

                         </select>

            <input type="submit" value="검색" class="btn_submit">

    </form>

</fieldset>  

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