MMCT TEAM
Server IP : 103.53.40.154  /  Your IP : 18.191.212.146
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/nutrition.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='nutrition.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>Tips for Improving Your Heath | 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/nutrition.jpeg')">
        <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">Hire a nutritionist</span>
                            <br>
                            <span class="bg-dark text-white px-3">Your personal dietitian</span>
                        </h1>
                        <div class="bg-black-50 text-white rounded-lg p-4 mb-3 mb-lg-5">
                            <h2 class="text-uppercase"><strong>Meet your fitness goals</strong></h2>
                            <p class="lead">Need to lose or gain weight, increase your stamina or want to adopt a
                                healthier lifestyle?</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="Nutritionist">
                                <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="Nutritionist">
                                <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>Healthy eating</strong></p>
                                <p class="card-text">Switch to healthier meal plan without compromising on taste.</p>
                                <ul class="fa-ul">
                                    <li><span class="fa-li"><i class="fas fa-prescription"></i></span> Complete,
                                        personalized diet plan.</li>
                                    <li><span class="fa-li"><i class="fas fa-prescription"></i></span> Revised diet
                                        plans as per progress.</li>
                                    <li><span class="fa-li"><i class="fas fa-prescription"></i></span> Regular
                                        follow-ups by our dietitian.</li>
                                </ul>
                                <a class="btn btn-dark btn-lg" href="cntact-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>Fitness goals</strong></p>
                            <p class="card-text">Lose or gain weight 100% naturally and transform yourself.</p>
                            <ul class="fa-ul">
                                <li><span class="fa-li"><i class="fas fa-prescription"></i></span> Eat healthy, stay healthy.</li>
                                <li><span class="fa-li"><i class="fas fa-prescription"></i></span> No rigorous workouts required.</li>
                                <li><span class="fa-li"><i class="fas fa-prescription"></i></span> Increase stamina by natural means.</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">Healthy eating habits</a>
            </h2>
            <p class="text-center mb-3 mb-lg-5">Nursing Careo will assign you a personal diet assistant who will work through the prescription and adoption process to benefit you.</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="Weight Loss" src="images/icon-scale61b9.webp"></p>
                                <h3 class="card-title"><a class="text-secondary">Weight Loss</a></h3>
                                <p class="card-text">Plan your diet and eat accordingly to reach your weight loss
                                    targets.</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="Weight Gain" src="images/icon-scale61b9.webp"></p>
                                <h3 class="card-title"><a class="text-secondary">Weight Gain</a></h3>
                                <p class="card-text">Gain optimal or desired weight by healthy and natural eating.</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="Gastric Issues" src="images/icon-stomach0bdd.webp"></p>
                                <h3 class="card-title"><a class="text-secondary">Gastric Issues</a></h3>
                                <p class="card-text">Get rid of gastric issues by natural means with no compromise with taste.</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="Diabetes"
                                    src="images/icon-diabetes1b73.webp"></p>
                            <h3 class="card-title"><a class="text-secondary">Diabetes</a></h3>
                            <p class="card-text">Hire dietitian to craft your perfect diet and stabilise your diabetes level.</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="Nutritional Diet Plan" class="img-fluid" src="images/nutritional-dietcd26.webp">
                    </div>
                </div>
                <div class="col-lg-6">
                    <ul class="list-group list-group-flush mb-0">
                        <li class="list-group-item">
                            <div class="media">
                                <img alt="Stay Home, Stay Safe" class="mr-3" height="64" src="images/icon-formabf1.webp">
                                <div class="media-body">
                                    <h5 class="mt-0">
                                        <a class="text-primary" >Stay Home, Stay Safe</a>
                                    </h5>
                                    Submit your requirement online to us filling basic details through a simple form.
                                </div>
                            </div>
                        </li>
                        <li class="list-group-item">
                            <div class="media">
                                <img alt="Phone &amp; Video Counselling" class="mr-3" height="64" src="images/icon-video-call33bc.webp">
                                <div class="media-body">
                                    <h5 class="mt-0">
                                        <a class="text-primary" >Phone &amp; Video Counselling</a>
                                    </h5>
                                    Talk to your consultant one-to-one over phone or video call and discuss details.
                                </div>
                            </div>
                        </li>
                        <li class="list-group-item">
                            <div class="media">
                                <img alt="Personal Care Guaranteed" class="mr-3" height="64"
                                    src="images/icon-nutrition0da2.webp">
                                <div class="media-body">
                                    <h5 class="mt-0">
                                        <a class="text-primary" >Personal Care Guaranteed</a>
                                    </h5>
                                    Our consultant will provide personalised diet plan and along with guidance for
                                    proper execution.
                                </div>
                            </div>
                        </li>
                    </ul>
                </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