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 to display India in next line,like this..
America
India
I have done coding in PHP.
Please help,how can I display the result in next line.
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 to display India in next line,like this..
America
India
I have done coding in PHP.
Please help,how can I display the result in next line.
Comment