Free! - Build a Body Mass Index Calculator in PHP

This video tutorial  shows you how to create a body mass calculator application in PHP and Dreamweaver.

This great tutorial shows you how easy it is to create a calculator using PHP. It uses a step by step teaching method that takes you all the way from setting up your PHP page to testing the final application.

Overview

Immedialty view flash based tutorials on your computer 

Body Mass Index can be calculated using pounds and inches with this equation

BMI = (             Weight in Pounds             
(Height in inches) x (Height in inches)
) x 703

For example, a person who weighs 220 pounds and is 6 feet 3 inches tall has a BMI of 27.5.

(             220 lbs.            
(75 inches) x (75 inches)
) x 703 = 27.5

What Does This All Mean?

Aron K

Aron KChief software architect at SimpleTick.com
SimpleTick is an ASP.Net e-Ticketing Application.
You can install SimpleTick on any Windows 2008 server.
If you are a PHP guru - have no fear. SimpleTick works well with WebHooks. SimpleTick is written in C#.
There's an open source version!

See All Postings From Aron K >>

Reviews

Be the first to write a review

You must me logged in to write a review.