echo $page_name;
작은 이익보다는 고객에게 감동을 안겨주는
큰 노력을 계속 하겠습니다
NO |
TITLE |
- |
php
if($affect_num > 0) {
$count = $affect_num - ($page - 1) * $size;
while($row = mysqli_fetch_assoc($result)){
$bd_content = convert_text_code_user($row["bd_content"]);
$bd_content = str_replace("\n\r","",$bd_content);
$bd_content = str_replace(" "," ",$bd_content);
=$row["bd_notice"]=="Y"?"[공지]":$count |
=$row["bd_title"] |
$bd_file1 = "./_upload/board/".$row["bd_file1"];
if(is_file($bd_file1)){
다운로드
}
|
$count--;
}
}
else{
echo "등록 (검색)된 정보가 없습니다. |
";
}
user_paging($_SERVER["PHP_SELF"]."?".$getvalue, $affect_num, $page, $size);
include_once("footer.php");