help with file function
Posted: Thu Sep 17, 2009 1:21 am
I have a table Company with 3 fields namely Name, Address and ContactInfo. The data is tabulated in ms excel and then exported into text. I want to use the file functions of php which is first is to get the number of columns of the text file which must be 3 columns and second is to get and echo the data of the first column Name. Any idea on how can this be done. Thanks