On Thu, 12 Jan 2006 11:18, Miguel Guirao wrote:
> Hi all,
>
> I remember reading in a book that there is a function to import the
> content of a CSV file into a MySQL table, am I alright? what is that
> function?
>
> Of course, the first option could be reading the CSV file line by line
> and using explode() to get each column value for each row.

I think LOAD DATA INFILE might be one option


Cheers
-- 
David Robley

Are you really American if your ethnicity has to be hyphenated?

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to