I know that with Javascript, a function can be called with the onChange() method. Therefore, if I were to select a value from a list box, the onChange() could be used to call a function.
How does this work with PHP? Is there a similar function or method?
When I select an item from a list box, I want to call a function to do something with the item selected.
Thanks.