<?php

ob_start();
include_once '../include/include_class.php';
$doktorInclude = new IncludeClass();
$doktorInclude->doktorGuncelle_controller_include();
if ($_POST) {
    ?>
<!DOCTYPE html>

<html>
    <head>
        <meta charset="UTF-8">
    <title>Doktor Güncelle</title>
    <?php 
    $bootstrap = new Bootstrap();
    $bootstrap->controller_vb();
    $bootstrap->setDizi('../');
    $bootstrap->login_vb();
    ?>
        
</head>
<body>
    <?php 
    $header = new Header();
    $header->setDizin('../');
    $header->kokSayfa_header();
    ?>
    <div class="container">
    <div class="wrapper">
        <form method="post" action="" class="form-signin">