<?php $pageTitle = "Task 3";?>
<?php include './menu.inc';?>
<!DOCTYPE html>
<html>
<body>
//////////////////////////////Task
2//////////////////////////
<?php
if($_POST!=null)
{
$hightValue=empty($_POST["height"]) ? 0 :
$_POST["height"];
$hightMeasure=empty($_POST["HeightUnits"]) ? 0 :
$_POST["HeightUnits"];
$weightValue=empty($_POST["weight"]) ? 0 :
$_POST["weight"];
$weightMeasure=empty($_POST["weightUnits"]) ? 0 :
$_POST["weightUnits"];
$index =0;
<?php include './menu.inc';?>
<!DOCTYPE html>
<html>
<body>
//////////////////////////////Task
2//////////////////////////
<?php
if($_POST!=null)
{
$hightValue=empty($_POST["height"]) ? 0 :
$_POST["height"];
$hightMeasure=empty($_POST["HeightUnits"]) ? 0 :
$_POST["HeightUnits"];
$weightValue=empty($_POST["weight"]) ? 0 :
$_POST["weight"];
$weightMeasure=empty($_POST["weightUnits"]) ? 0 :
$_POST["weightUnits"];
$index =0;