|
|
|
|
|
|
include "board/hyolim_config.inc";
include "board/han_substr.inc";
$result=mysql_query("select * from board where gubun='en_notice' order by No desc limit 5");
$today=date("Y.m.d");
while($row=mysql_fetch_array($result)){
$title=stripslashes($row[title]);
$title=han_substr("$title","40");
$wdate=str_replace("-",".",$row[wdate]);
?>
|
|
}mysql_close();?>
|
|
|
|
|
|
|
|
|
|