ㅋㅋ 아빠님^^
본문
;을 이용하여 모두 구분짖고 싶다는 말인데요.^^;;
댓글목록 8
제로님의 댓글의 댓글
제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 작성일
item.php 입니다~!네 어느 옵션에서도 선택사용하는겁니다..
<table width=90% border=0 cellspacing=1 cellpadding=1 bgcolor=#cccccc>
<tr height=25 bgcolor=#ffffff>
<td colspan=2 ><span class=subtitle><? echo $row[it_name]?></span></td>
</tr>
<? if($row[it_opt_subj_0] !="" && $row[it_opt_0] !=""){ ?>
<tr height=25 bgcolor=#ffffff>
<td> <? echo $row[it_opt_subj_0] ?></td>
<td> <? echo $row[it_opt_0] ?></td>
</tr>
<? } ?>
<? if($row[it_opt_subj_1] !="" && $row[it_opt_1] !=""){ ?>
<tr height=25 bgcolor=#ffffff>
<td> <? echo $row[it_opt_subj_1] ?></td>
<td> <? echo $row[it_opt_1] ?></td>
</tr>
<? } ?>
<?
// 선택옵션 출력
for ($i=2; $i<5; $i++)
{
---------------를
<table width=90% border=0 cellspacing=1 cellpadding=1 bgcolor=#cccccc>
<tr height=25 bgcolor=#ffffff>
<td colspan=2 ><span class=subtitle><? echo $row[it_name]?></span></td>
</tr>
<?
// 선택옵션 출력
for ($i=0; $i<5; $i++)
{
맙소사님의 댓글
맙소사쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 작성일옵션 1번과 옵션 2번은 구분;구분; 이렇게 입력을 하면
구분메뉴로 않생기더라고요.^^
그래서 옵션 3번과 4번 5번에 입력을 해보니까 되거든요.^^
1번과 2번에도 ; 표시로 선택가능하게 할 수는 없을까요.?
그리고 구매 수량도 선택할 수 있게 하였으면 합니다.^^