ㅋㅋ 아빠님^^
페이지 정보
본문
;을 이용하여 모두 구분짖고 싶다는 말인데요.^^;;
댓글목록
제로님의 댓글의 댓글
제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 작성일
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++)
{