Forum Moderators: coopster
I read about 10K rows from mysql (just char field) and i need to divide them on about 10 select menus..
and they will be hidden and only one will be displayed upon user choice of other select menu.
so someone has helped me with the hide/show in javascript section, but i dono how to put them in select menu in a fast way for loading.
is it possible to built 10 different select menu in for loop where am reading from mysql and i check my condition to fill the corresponding select menu?
i cant c its possible unless by having new 10s select menu each time it loops...
the thing is that i dont wana read the 10K rows each time to build each select menu..
any clue?
Thanks a lot in advance
Its got thorough explanations and examples in several languages.
Beyond that, I cant help you out too much. Just try to find a way to fill in the selects with the information they need based on user actions.