I\'m trying to create a BMI calculator. This should allow people to use either metric or imperial measurements.
I realise that I could use hidden tags to solve my pr
In the form submitting button (id method of form is post):
post
In the PHP file:
if (isset($_POST['commentData'])){ // Code }