리스트에서 두개씩 나오게 하려면 어떻게 하면 될까요?
관련링크
http://리스트 두개씩
118회 연결
본문
강의명 | 바로가기 | 강의명 | 바로가기 |
강의1 | 바로가기1 | 강의2 | 바로가기2 |
강의3 | 바로가기3 | 강의4 | 바로가기4 |
강의5 | 바로가기5 | 강의6 | 바로가기6 |
강의7 | 바로가기7 | 강의8 | 바로기기8 |
강의9 | 바로가기9 | 강의10 | 바로가기10 |
안녕하세요 위에 표처럼
1 / 2
3 / 4
5 / 6
.......
.......
이런식으로 나오게 하려면 어떻게 하면 될까요 많은 도움부탁드립니다.
<table width="758" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>강의명</td>
<td><img src="../images/06/tableTopLine.gif" /></td>
<td> </td>
<td><img src="../images/06/tableTopLine.gif" /></td>
<td>강의명td>
<td width="1" bgcolor="edf3fa"><img src="../images/06/tableTopLine.gif" /></td>
<td> </td>
</tr>
<?
$sql = "select * from g4_board where bo_table='2012_01'";
$result = sql_query($sql);
$row = sql_fetch_array($result);
$cate = explode("|",$row[bo_category_list]);
for($i=0;$i<count($cate);$i++){
?>
<? if($i>0){?>
<tr>
<td height="1" background="../images/02/dotLine.gif"></td>
<td height="1" background="../images/02/dotLine.gif"></td>
<td background="../images/02/dotLine.gif"></td>
<td background="../images/02/dotLine.gif"></td>
<td height="1" background="../images/02/dotLine.gif"></td>
<td height="1" background="../images/02/dotLine.gif"></td>
<td background="../images/02/dotLine.gif"></td>
</tr>
<? }?>
<tr>
<td class="td_head"><?=$cate[$i]?></td>
<td><img src="../images/02/titleLine.gif" width="1" /></td>
<td class="td_link"><a href="<?=$g4[bbs_path]?>/board.php?bo_table=<?=$row[bo_table]?>&sca=<?=$cate[$i]?>"><img src="../images/06/btnLink.jpg" /></a></td>
<td><img src="../images/02/titleLine.gif" width="1" /></td>
<td class="td_head"><?=$cate[$i]?></td>
<td><img src="../images/02/titleLine.gif" width="1" /></td>
<td class="td_link"><a href="<?=$g4[bbs_path]?>/board.php?bo_table=<?=$row[bo_table]?>&sca=<?=$cate[$i]?>"><img src="../images/06/btnLink.jpg" /></a></td>
</tr>
<? }?>
</table>
답변을 작성하시기 전에 로그인 해주세요.