|
 |
 |
$S_Result = "Select * From Notice_Board ORDER By idx DESC";
$S_Result = $S_Result . " Limit 0,3";
$Rs = mysql_query($S_Result,$DBConn);
$postcount = mysql_num_rows($Rs);
If ( $postcount == 0 ) {
?>
+ |
µî·ÏµÈ ±ÛÀÌ ¾ø½À´Ï´Ù. |
|
|
|
|
} else {
// ¸®½ºÆ®¸¦ º¸¿©ÁÜ
for($i = 0; $i < $postcount ; $i++) {
// $regdate = mysql_result($Rs,$i,"date")+7;
// $todate = date("Y/m/d"); //ÇöÁ¦³¯Â¥
// $gap_date = $todate - $regdate;
?>
+"> echo mysql_result($Rs,$i,"strTitle")?> |
|
echo mysql_result($Rs,$i,"regDate")?> |
|
|
|
}
}
mysql_free_result($Rs);
?>
|
 |
|
|
Tinco Bear |
Baby Yellow Dog |
|
 |
|
|