MMCT TEAM
Server IP : 103.53.40.154  /  Your IP : 3.138.135.4
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/physiotherapy.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='physiotherapy.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>Physiotherapist services at home | Physiotherapist 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-physiotherapyaff3.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">Home Physiotherapy 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>Pain relief &amp; joint rehab</strong></h2>
                            <p class="lead">Reduce pain or swelling, correct posture and improve muscle strength. Hire
                                the best physiotherapists for instant relief at your home.</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="Physiotherapist">
                                <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>
                                </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="Physiotherapist">
                                <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>Pain Relief</strong></p>
                                <p class="card-text">Get rid of pain and swelling, increase strength and improve
                                    efficiency in daily activities.</p>
                                <ul class="fa-ul">
                                    <li><span class="fa-li"><i class="fas fa-prescription"></i></span> Reduce pain and tingling sensation.</li>
                                    <li><span class="fa-li"><i class="fas fa-prescription"></i></span> Improve range of motion.</li>
                                    <li><span class="fa-li"><i class="fas fa-prescription"></i></span> Gain muscular strength.</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>Joint Rehab</strong></p>
                            <p class="card-text">Restore joint displacement, improve posture and prevent further damage.</p>
                            <ul class="fa-ul">
                                <li><span class="fa-li"><i class="fas fa-prescription"></i></span> Foot, knee &amp; hip.</li>
                                <li><span class="fa-li"><i class="fas fa-prescription"></i></span> Neck, back &amp;
                                    shoulder.</li>
                                <li><span class="fa-li"><i class="fas fa-prescription"></i></span> Elbow &amp; wrist.</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">Your personal therapist</a>
            </h2>
            <p class="text-center mb-3 mb-lg-5">Nursing Careo delivers a physiotherapy experience often exceeding
                customer expectations when it comes to healthcare at home.</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="Pain Relief" src="images/icon-pain-relief1333.webp"></p>
                                <h3 class="card-title"><a class="text-secondary">Pain Relief</a></h3>
                                <p class="card-text">Get rid of neck, shoulder, joint or back pain.</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="Joint Rehab" src="images/icon-joint-rehabde0e.webp"></p>
                                <h3 class="card-title"><a class="text-secondary">Joint Rehab</a></h3>
                                <p class="card-text">Restore displaced joints and gain movement range.</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="Posture Correction" src="images/icon-posture-correctionda0b.webp"></p>
                                <h3 class="card-title"><a class="text-secondary">Posture Correction</a></h3>
                                <p class="card-text">Fix joint displacements or muscular weakness.</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="Muscle Strength" src="images/icon-muscle-strength8d69.webp"></p>
                            <h3 class="card-title"><a class="text-secondary">Muscle Strength</a></h3>
                            <p class="card-text">Strengthen limb muscles and restore movement.</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">Hire expert physio at
                            home</a>
                    </h2>
                    <p>Our physiotherapists are specialists, clean and respectful experts who completely assess the patient condition to give a customized help plan. They are affirmed and experienced in furnishing powerful consideration and torment the board with electrotherapy.</p>
                    <p class="mb-3 mb-lg-4 mb-lg-5">Notwithstanding the successful physiotherapy meetings at home, they will likewise help you in acquiring development ranges and strong strength through normal observing and criticism.</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>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">
                                &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>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>

MMCT - 2023