echo $page_name;
작은 이익보다는 고객에게 감동을 안겨주는
큰 노력을 계속 하겠습니다
php
if($affect_num > 0) {
$count = 0;
while($row = mysqli_fetch_assoc($result)){
$bd_file1 = "./_upload/board/".$row["bd_file1"];
if(is_file($bd_file1)){
}
$bd_image = "./_upload/board/".$row["bd_image"];
if(is_file($bd_image)){
}
=$row["bd_title"]
=$row["bd_certifi_num"]
$count++;
}
}
user_paging($_SERVER["PHP_SELF"]."?".$getvalue, $affect_num, $page, $size);
include_once("footer.php");