Dear Friends..
I have stored data in Access like this:
Company Name Country1 Country2
Wipro America India
TCS Japan China
Infosys Germany Russia

I did coding in php to select Company Name using combo box and then showing its data.When I selected Wipro from combo box,after that data was shown like this:
America India

I want...