  |
 |
|
 |
 |
 |
 |
$qry = "select no, title,addfile, writer, wdate, step,refnum,visit, curdate()-wdate as term from board where gubun='01' order by refnum desc, step asc limit 0,3";
$rows = $conn->fetch_array($qry);
if($rows!=-1) {
for($i=0; $i
|
".cutstr(stripslashes($rows[$i][title]), 30)."";?>
|
=substr($rows[$i][wdate],2)?> |
|
}
}
?>
|
 |
 |
 |
|
 |
 |
|
|
|
|