Question: Create an HTML page with a PHP script that calculates and displays BAI (Body Adiposity Index). Get the input measurements from the user. Create an
Create an HTML page with a PHP script that calculates and displays BAI (Body Adiposity Index). Get the input measurements from the user. Create an html page that contains a form. Have the form collect the information needed to calculate the Body Adiposity Index (BAI). Your form should use the "GET" method, and its action should reference a php script that receives the form data, then outputs it on the web page. The formula to calculate BAI is: BAI=(100xhip circumference in meters) /(height in meters x SQR(height in meters)) -18
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
