hi ..
I ve stuck with a problem, i ve two combo boxes.when the option is selected from the 1st combobox it displays the 2nd combo box dynamically retrieving data from mysql. For 1st form i ve given action=$SERVER['PHP_SELF'] ,it is reloading the page and displaying the 2nd combo box dynamically at same page.Now i want to the select value from the 2nd combobox and want to display in the test box, i want this thing to happen in the same page and so gave action=$SERVER['PHP_SELF']. here when it loading the page it is setting the value of 1st combo box to default .How to achieve this with out changing the value 1st combobox.Thank you in advance.