prepare($sql); $stmh->bindValue(1,$num,PDO::PARAM_STR); $stmh->execute(); $count = $stmh->rowCount(); $row = $stmh->fetch(PDO::FETCH_ASSOC); // $row 배열로 DB 정보를 불러온다. include 'rowDB.php'; }catch (PDOException $Exception) { print "오류: ".$Exception->getMessage(); } // end of if ?>

연차일수 정보 등록/조회/수정