I have a table Company and all its data is tabulated in ms excel and then converted into notepad or text format. What I want is to read and echo the values of a specific column for example
Company Name | Address | Contacts No.
Thus I only want to echo all the data under the column Company Name. Also I want to insert the echoed data into the database
Any idea on how can this be done? Thanks