I am currently learning how to make a simple web form. Here is what I want to achieve:
To create a simple html web form that pass a number to php and then it show back the number in another text field (without refreshing the page).
I searched on the net and many people suggest to use AJAX or javascript. I am wondering is it possible to do the said function only using a notepad++ and html and php code?
Thanks in advance Sunny