Posts Tagged ‘Action’

How Do I Make A Drop-down List Action Handler (on Change) With Php?

February 7th, 2010

What I precisely want to do is, I select something from a drop down list and based on that selection something changes in my page. The change could be an execution of a query or something else. I know JSF has action handler to do this. But I’m very new to PHP and I have no idea how to do that in PHP. Any help will be appreciated. Thank you.