Forum Moderators: phranque
Thanks.
fgetcsv function [php.net]
You just open the file, with fopen [php.net] for example, use the above function in a loop reading each line and they are dumped into an array. You can then do what you want with the info. Then close the file when you are done.
It also depends what you are doind with the data. Are you going to drop it into a DB or what?