Can any one let me know how to extract data from a .CSV file using PHP, I want to

vimal_kumar100

New member
extract each line seperately? I want to extract each line separately and store it into a text file
for example, if .CSV file has three lines,

Johnny, mobilenumber, email
John, mobilenumber, email
Sandy,mobilenumber, email

then I want to save ' Johnny, mobilenumber, email' into one text file

John, mobilenumber, email into another text file

and Sandy,mobilenumber, email into another text file

Please let me know about it.
 
Back
Top