echo $page_name;
작은 이익보다는 고객에게 감동을 안겨주는
큰 노력을 계속 하겠습니다
NO |
TITLE |
WRITER |
DATE |
php
if($affect_num > 0) {
$count = $affect_num - ($page - 1) * $size;
while($row = mysqli_fetch_assoc($result)){
=$row["bd_notice"]=="Y"?"[공지]":$count |
if($row["bd_pw_yn"]=="Y"){
=$row["bd_title"]
}
else{
=$row["bd_title"]
}
|
if($row["bd_regtype"]=="A"){
echo $row["bd_writer"];
}
else{
echo $row["bd_name"];
}
|
=str_replace("-",".",substr($row["bd_regdate"],0,10)) |
if($row["bd_state"]=="end") {
|
if($row["bd_pw_yn"]=="Y"){
=$row["bd_answer_title"]
}
else{
=$row["bd_answer_title"]
}
|
=$row["bd_answe_writer"] |
=str_replace("-",".",substr($row["bd_answer_date"],0,10)) |
}
$count--;
}
}
else {
echo "등록(검색)된 정보가 없습니다. |
";
}
user_paging($_SERVER["PHP_SELF"]."?".$getvalue, $affect_num, $page, $size);
include_once("footer.php");