Hi everybody!
I'm starting to learn PHP.
What I'm trying to do now is to have 2 input type textfields, 1 button and another input type 'Result'-textfield in HTML.
When clicking the button, the 'Result'-textfield should update the value with the sum of the 2 numbers I've typed in the first 2 textfields.
How can I achieve this?
Thx in advance!

