5) {
sleep(1);
header("Location:" . $WebSite . "login/login_form.php");
exit;
}
include $_SERVER['DOCUMENT_ROOT'] . '/load_header.php';
?>
=$title_message?>
prepare($sql);
$stmh->bindValue(1,$num,PDO::PARAM_STR);
$stmh->execute();
$count = $stmh->rowCount();
if($count<1){
print "검색결과가 없습니다.
";
}else{
$row = $stmh->fetch(PDO::FETCH_ASSOC);
include '_row.php';
}
}catch (PDOException $Exception) {
print "오류: ".$Exception->getMessage();
}
}
else
{
$content = null;
}
// 초기 프로그램은 $num사용 이후 $id로 수정중임
$id=$num;
require_once $_SERVER['DOCUMENT_ROOT'] . '/load_GoogleDriveSecond.php'; // attached, image에 대한 정보 불러오기
?>