Dear Members,
I am working with PHP (4.3) and MySQL (3.23.54) on Windows 2000. That I wish to achieve is - when a user will select an option from a combo box some other elements (like, text box, radio button or another combo box) on the form will be filled up automatically by the corresponding values stored in the database. As PHP works on the server side I would like to assist PHP to do this by the help of another kind of scripting language. Please show me the way.
ZIA
Handling ConboBox event at server-side
Moderator: General Moderators
two ways of doing this
one is to submit the form and run a query to place the other values in the page....
the other is to send all data down to the client and use client side javascript to make this go...
the other is to send all data down to the client and use client side javascript to make this go...