Hello everyone:
first of all thank you very much for taking time and reading my problem. my question is very simple if you are expert with PHP or JavaScript.
I am looking for Dynamically Populated Drop Down menu from database that is automatically arranged Alphabetically. to put it in simple word..
let say,
I have 3 Categories for car.
1.Honda
2.Toyota
3. Nissan
now if i select Honda, next drop down menu should be populated with..
1.Civic
2.Accord
3.CR-V
now if i select Accord next drop down menu should be populated with...
1. 2W D
2. 4W D
[ similar simulation at : http://www.javascriptkit.com/script/script2/triplecombo.shtml but its not database driven ]
but only thing is all these values are stored in database. ( eg. access or excel CSV file ) and it not in alphabetical order, but when it comes to displaying it, it should be re arranged in alphabetic order automatically.
do you think it is possible?? either PHP or JavaScript code will do for me. Thanks in advance.
🙂