RE: Uploaded CSV -> database

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> -----Original Message-----
> From: Brian Dunning [mailto:brian@xxxxxxxxxxxxxxxx]
> Sent: Monday, October 17, 2005 10:37 AM
> To: php-general@xxxxxxxxxxxxx
> Subject:  Uploaded CSV -> database
> 
> 
> Does anyone have an example of code to process a CSV file submitted  
> via a file upload and parse it out in order to write its 
> records to a  
> db?
> 


With MYSQL (assuming permissions and such are in order) You would simply:

$sql="load data local infile '/path/to/csv' into table tablename fields
terminated by ','";


JM

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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux