Tuesday, 20 August 2013

execute PHP code when selecting a combobox item

execute PHP code when selecting a combobox item

I have a static combobox in a php web page.I want when selecting an item
from this combobox (example 'item 1') the php execute a SELECT statement
to get the value of a field named 'item 1' from a table X in my database.
How that can be done ?

No comments:

Post a Comment