일정추출시 날짜순 정렬문제
본문
위와같이 중간에 등록하거나 수정을하면 상단에 배치되는데요
20150101
20150102
20150103
중간에 등록하든 상관없이
요로케 날짜별로 정렬되게 하는 법 없을까요?
오름차순이면 더 좋구요~~
<?
?>
<table width=100% cellpadding=0 cellspacing=0>
<? for ($i=0; $i<count($list); $i++) { ?>
<tr>
<td colspan=4 align=center>
<table width=280>
<tr>
<td height=20 align="left"><img src="  '>http://jjcy.or.kr/skin/latest/bara_latest/img/latest_icon.gif">
<?
$date = substr($list[$i]['link'][1], 7);
echo $date;
?>
<?
echo $list[$i]['icon_reply'] . " ";
echo "<a href='{$list[$i]['href']}'>";
if ($list[$i]['is_notice'])
echo "<font style='font-family:돋움; font-size:10pt; color:#2C88B9;'><strong>{$list[$i]['subject']}</strong></font>";
else
echo "<font style='font-family:돋움; font-size:10pt; color:#6A6A6A;'>{$list[$i]['subject']}</font>";
echo "</a>";
?>
</td></tr>
</table></td>
</tr>
<tr><td height='1' colspan='2' background='<?=$g4[path]?>/2014_index/line.gif'></td></tr>
<? } ?>
<? if (count($list) == 0) { ?><tr align=left><td colspan=4 align=center height=50><font color=#6A6A6A>게시물이 없습니다.</a></td></tr><? } ?>
</table>
!-->
답변을 작성하시기 전에 로그인 해주세요.