colemantung
7/16/2014 - 12:01 AM

Erdiko/www/app/views/examples/bmi.php

Erdiko/www/app/views/examples/bmi.php

<form action ="bmi_post" method = "post">
Weight(kgs): <input type = "text" name = "wt">
Height (m) : <input type = "text" name = "ht">
<input type = "submit" name="sub_form">
    
</form>