Voila, pour l'école, on débute maintenant avec le php, mais je n arrive pas a faire cette question sur le php; quelqun pourrai m'aider svp?
Make a page called bmi.php which calculates Body Mass Index.
Two fields are in the form
Height
Weight
The same page has a button.
When the button is pressed the BMI is calculated and presented:
Your BMI is 21.
Formula
BMI= Weight/(length*length); (weight in kilograms and length in metres)
You can make this with two files (getinfo.htm and bmi.php)
or even better with one file bmi.php.




ExtremePC :