Populating combo-box dynamically with mysql table values , using php and javascript -


i want populate combo-box on runtime mysql table values, conditionally, on basis of value selected in combo-box . can implemented using php, or need client side scripting language such javascript?

please code..

yes, possible using javascript , php. javascript use ajax query php script giving php script value of first combo box. php script return list of values javascript can use populate second combo box.

you might find easier use jquery make javascript scripting part easier.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -