최신일정에서 오늘이 아닌 내일 일정부터 나옵니다 채택완료
주간일정 뽑는 소스입니다
소스는 아래와 같구요
today-3 에서
-3을 빼도 ㅠㅠ 2틀이 안나옵니다.
오늘부터 나와야하는데 오늘일정이있음에도
내일것부터 뜹니다 ㅠㅠ
어디를 잘못 건든걸까요~? ㅜㅜ
<?
include_once("$g4[path]/head.sub.php");
$bo_table2 = 'g4_write_'.$bo_table;
// 이번달 첫날 구하기</strong></p><p><strong>$today = date("d");</strong></p><p><strong>$start = date("Ym").$today-3; // </strong></p><p><strong>$end = date("Ym").$today+7; // </strong></p><p><strong>$sql = "SELECT * FROM $bo_table2 where wr_link1 > $start and wr_link1 < $end order by wr_link1";
$query = mysql_query($sql);
$row = mysql_fetch_array($query);
?></strong></p><p><strong><link href="/style.css" rel="stylesheet" type="text/css" />
<table width="295" border="0" cellspacing="1" cellpadding="0">
<?
while($row = mysql_fetch_array($query)){
$datee=$row[wr_link1];
?>
<tr>
<td height=21><img src="<a href='<a href="http://jjcy.or.kr/skin/latest/bara_latest/img/latest_icon.gif" target="_blank" rel="noopener noreferrer">http://jjcy.or.kr/skin/latest/bara_latest/img/latest_icon.gif</a>"> <font'><a href="http://jjcy.or.kr/skin/latest/bara_latest/img/latest_icon.gif" target="_blank" rel="noopener noreferrer">http://jjcy.or.kr/skin/latest/bara_latest/img/latest_icon.gif</a>"> <font</a> style='font-family:돋움; font-size:10pt; color:#2C88B9;'>[<? // echo substr($datee,0,4)."년". ?><? echo sprintf("%2d",substr($datee,4,2))."월".sprintf("%2d",substr($datee,6,2))."일"; ?>]</font></td><td><font style='font-family:돋움; font-size:10pt; color:#2C88B9;'><a href="<?=$g4[path]?>/bbs/board.php?bo_table=<?=$bo_table?>&wr_id=<?=$row[wr_id]?>" target="_parent"><?=$row[wr_subject];?> </a> </font>
</td>
</tr>
<tr><td height='1' colspan='2' background='<?=$g4[path]?>/2014_index/line.gif'></td></tr>
<? } ?>
</table></strong></p><p><strong>
</strong></p><p><strong>
</strong></p><p><strong>
</strong></p><p><strong>
</strong></p><p><strong>
</strong></p><p><strong>
</strong></p><p><strong>
</strong></p><p><strong>
</strong></p><p><strong>
</strong></p><p><strong>
답변 2개
답변에 대한 댓글 1개
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인