<?php

include_once '../include/include_class.php';
$doktorInclude = new IncludeClass();
$doktorInclude->doktorMusteri_controller();
?>
<!DOCTYPE html>

<html>
    <head>
        <meta charset="UTF-8">
    <title>Doktor Müşteri</title>
    <?php 
$bootstrap = new Bootstrap();
$bootstrap->controller_vb();
?>
    <script>
        $(document).ready(function () {
            $("#hclick").click(function () {
                $("#pclick").slideToggle("slow");
            });
        });
    </script>
</head>
<body>
    <?php 
if ($_POST) {
    $header = new Header();
    $header->kokSayfa_header();
    $doktor = new Doktor();
    $doktor->setDoktorId(trim($_POST['id']));