i had a website with 2 drop down list and a few buttons depending on the selected item on the drop down list.
For example i had a home page index.php and i had another two pages getBrand.php and getModel.php so the first drop down list i would need to choose which brand of mobile phone i wanted and then on the 2nd drop down list, a list of model of the mobile phone provided by the selected brand will be shown, everything is work fine until when u select the model, the features of the model will be shown in a form of table with a few buttons for users to click, like after clicking button A some data will be transfer to another page via GET method, after processing the data, the home page will show the data to the user. How can it be done?
For example i had a home page index.php and i had another two pages getBrand.php and getModel.php so the first drop down list i would need to choose which brand of mobile phone i wanted and then on the 2nd drop down list, a list of model of the mobile phone provided by the selected brand will be shown, everything is work fine until when u select the model, the features of the model will be shown in a form of table with a few buttons for users to click, like after clicking button A some data will be transfer to another page via GET method, after processing the data, the home page will show the data to the user. How can it be done?
Comment