Hi there,
Do you mean the second row may contain a different number of columns from the first one? All rows in a CSV file should contain the same number of columns, though.
Anyway, if you want the second row (in the file), then you fetch it:
If the third, change $a_lines[1] to
$a_lines[2], and so on. If you want them all, you can loop it.
In regards to the database insertion, I do not quite understand what you are trying to do.
[quote=tia]
I would like to be able to display in a table format
[quote]
I thought you wanted to display, not store, the values in HTML, not database, table...
[EDITED]
Typo found, really stupid one... =)