
|
$comm_res = mysql_query("select * from comm_cat order by signdate desc limit 5", $dbconn);
$comm_count = mysql_num_rows($comm_res);
if($comm_count < 1) {
?>
|
µî·ÏµÇ¾î ÀÖ´Â Ä¿¹Â´ÏƼ°¡ ¾ø½À´Ï´Ù. |
|
} else {
while($comm_row = mysql_fetch_array($comm_res)) {
$security = $comm_row[security];
$commpds = $comm_row[commpds];
$commcode = $comm_row[commcode];
$commname = $comm_row[commname];
$add_image = " ";
if($commpds == "Y") {
$add_image = " ";
}
?>
|
$commname");?> |
|
}
}
?>
|
|