셀렉트 옵션 유지가 안되요.... 정보
셀렉트 옵션 유지가 안되요....본문
http://hanacars.com/pg/bbs/board.php?bo_table=car01&part=1
여기에서 상사 옵션에서 하나모터스를 선택하고 검색하면 검색 목록이 나오는데요
2페이지 부터 전체로 해서 나옵니다....
어떤 걸 손 봐야 할까요??
여기에서 상사 옵션에서 하나모터스를 선택하고 검색하면 검색 목록이 나오는데요
2페이지 부터 전체로 해서 나옵니다....
어떤 걸 손 봐야 할까요??
댓글 전체

head.php
if($stype1) $qstr .= "&stype1=".urlencode($stype1);
if($stype2) $qstr .= "&stype2=".urlencode($stype2);
if($stype3) $qstr .= "&stype3=".urlencode($stype3);
if($stype4) $qstr .= "&stype4=".urlencode($stype4);
if($stype5) $qstr .= "&stype5=".urlencode($stype5);
혹시... 안되면 담분이..
if($stype1) $qstr .= "&stype1=".urlencode($stype1);
if($stype2) $qstr .= "&stype2=".urlencode($stype2);
if($stype3) $qstr .= "&stype3=".urlencode($stype3);
if($stype4) $qstr .= "&stype4=".urlencode($stype4);
if($stype5) $qstr .= "&stype5=".urlencode($stype5);
혹시... 안되면 담분이..
이건 아닌거 같아요..... stype1, stype2, stype3, stype4 까지는 잘됩니다. 이게 차종, 연료, 연식, 가격대 입니다. 그리고 제가 stype5를 추가 하였는데 2페이지부터 풀려버려요. 다른 4개는 잘되고요. 어느 소스에 stype5만 적으면 될거 같은데 위치를 모르겠네요...$qstr 변수에 4개의 값이 들어가는고 stype5값만 안들어가는거 같아요....
^^ 좀전에 질문으로 문제가 해결 되었습니다. ㅎㅎ common.php 파일에 소스를 추가 하니 되더라구요 ㅎㅎ