0)
{
$row=@mysqli_fetch_array($result);
}
$cylinder_code_id=$row['oxygen_cylinder_id'];
$query="select oxygen_kit_no from oxygen_cylinder where id='".$cylinder_code_id."'";
$result2=mysqli_query($conn,$query);
$num_rows2=@mysqli_num_rows($result2);
$row2 =null;
if($num_rows2>0)
{
$row2=@mysqli_fetch_array($result2);
}
$filled=$row['checked_by'];
$query2="select patient_name from patient_master where id='".$filled."'";
$result3=mysqli_query($conn,$query2);
$num_rows3=@mysqli_num_rows($result3);
$row3 =null;
if($num_rows3>0)
{
$row3=@mysqli_fetch_array($result3);
}
//echo $row['patient_name'];
?>
-
Home
- Oxygen cylinder Checklist