Hi. True newbie here. Just doing something to try and get the hang of this.
I have a Form with 3 txt fields and 1 Submit Button.
I am simply trying to add txtfield1 with textfield2 and display the result in txtfield3 when the Button is clicked.
I am trying to make a php file to handle the math work and the output to the Result field, but i have no clue how to Include it in an OnClick event so it does the math and then outputs the result to the right field.
Also, how do i get the values of the txtfileds and calculate them in the php file?
Any help at all is greatly appreciated