Jump to content

[SOLVED] CVS file import with a ton of fields :S


2levelsabove

Recommended Posts

OK so I am trying to import a CVS file with a ton of column fields.

 

while (file is not empty)
{
$firstname=$data[1];
$lastname=$data[2];
blah 
blah
blah


}

 

 

My question is that is there an easier way to assign the CVS column values to a variable ?

 

 

Any feed back will be appreciated

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.