houssam 05:02:11 | Hello, I am developing a php page connected to mysql tables. Well, I had more than field, (2 drop down, 3 input box & a checkbox), my issue is: When I select from the first drop down box (data is being get from mysql table), the second drop down list will get value from another table based on the first drop down list, then I select from the second drop down list, the other fields will get values accordingly from other tables also.. |
smo1234 05-02-2011 | After collecting the data from first drop down list you can use that to populate the second list by using the table. The process is similar for n number of tables. |
houssam 05-03-2011 | Well, I need help coding to do the first one.. |
smo1234 05-03-2011 | Try for here how to collect data and populate drop down list box. |