header("Pragma: no-cache");
header("Cache-Control: no-cache,must-revalidate");
session_start();
include_once "admin/dbconfig.php";
include_once "admin/dbclass.php";
include_once "admin/funcclass.php";
$DB = new DB();
$sql = "select count(*) from popup_table";
$res = $DB->query($sql);
$row = $DB->fetch_array($res);
$Tot_Count = $row[0];
$time_check = mktime();
$query = "SELECT * FROM popup_table where start_time < $time_check and end_time >= $time_check and language='ÇѱÛ' ORDER BY title";
$result = mysql_query($query);
$j = 1;
while ($row = mysql_fetch_object($result)) {
$pp_size = explode("-",$row->pp_size);
$tt_size = explode("-",$row->tt_size);
$uid = $row->uid;
?>
$j++; }?>
:::::::Ç×µµ¿£Áö´Ï¾î¸µ::::::
|
|
 |
|
 |
|
$sql = "select * from board where board='notice' and top_chk!='Y' order by uid desc limit 0,4";
$res = $DB->query($sql);
while($row = $DB->fetch_array($res)){
if( (date("Ymd",$row[wdate])) == (date("Ymd",time())) ) { $img_flag = " "; } else { $img_flag=""; }
?>
 |
=strcut(nl2br(stripslashes(strip_tags($row[subject]))),46)?>
=$img_flag?>
|
|
}?>
|
 |
 |
 |
|
$sql = "select * from board where board='notice' and top_chk!='Y' order by uid desc limit 0,4";
$res = $DB->query($sql);
while($row = $DB->fetch_array($res)){
if( (date("Ymd",$row[wdate])) == (date("Ymd",time())) ) { $img_flag = " "; } else { $img_flag=""; }
?>
 |
=strcut(nl2br(stripslashes(strip_tags($row[subject]))),33)?>
=$img_flag?>
|
|
}?>
|
|
|
|
|
|
|
|
 |
|
|