I am Sachin. I am new to php/MySQL.Please some one can help me i am having problem in this type of programmer.Here is a example.It will help me in my work.
The table has predefined data .Using PHP i want to create 3 dynamic
drop downs for "new" table having 8 columns and 5 rows.1st drop down for "A" in the table.
It will retrieve the distinct values.after selecting the 1st drop down the 2nd drop down "B" retrieve
the related values of 1st selection.After selecting 2nd drop down the 3rd drop down for "C" retrieves
the related values from 2nd selection. After selecting 3rd drop down it will fetch the the total row and display
in the UI.
A B C D E F G H
1000 100 10 1 5 6 8 9
1000 200 20 2 6 7 9 8
2000 100 20 3 7 8 7 7
2000 100 10 4 8 9 6 6
2000 200 20 5 7 8 8 8
A B C after selecting in c it will look like this :- A B C D E F G H
[2000] [100] [20] 2000 100 20 3 6 7 8 9
please some one help me the code.
Regards Sachin.



