Hi,
I'm pretty new to PHP, and I had to realize that even PHP is not enough for my desires...
So as browsed many forums, I suppose I need some Javascript to reach my goal. I have a form, which contains a dropdown and let's say one text input field:
My goal is to run a query each time the user changes the value of the dropdown, and fill in the result to the text input. I know that I have to put the query into a separate .php file, but I don't know how to activate it and hand over the result. Where and what should I insert?
Thank you in advance!
Kazi
P.s.: I'm I right if I need to do something similar if I want to enable or disable a text input based on the value of a certain checkbox?