Re: [PHP-DB] [Newbie Q] csv file upload via php to mysql tutoria

2002-11-07 Thread Chris Boget
> Is Load-Data possible in mssql? I'm unsure but the original poster was asking about mysql. Chris -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DB] [Newbie Q] csv file upload via php to mysql tutoria

2002-11-07 Thread Anderson, Jerrad
Is Load-Data possible in mssql? -Original Message- From: Chris Boget [mailto:chris@;wild.net] Sent: Thursday, November 07, 2002 2:48 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: kristina; [EMAIL PROTECTED] Subject: Re: [PHP-DB] [Newbie Q] csv file upload via php to mysql tutoria

Re: [PHP-DB] [Newbie Q] csv file upload via php to mysql tutoria

2002-11-07 Thread Chris Boget
> Basically, you would have to receive a CSV data to then pass it to the > mysql via command prompt, just as if you would do it via shell. You > should be using mysqlimport in shell. So, in PHP you'd get to use system > command to accomplish this all automatically. Be aware of some security > issue

Re: [PHP-DB] [Newbie Q] csv file upload via php to mysql tutoria

2002-11-07 Thread Maxim Maletsky
Basically, you would have to receive a CSV data to then pass it to the mysql via command prompt, just as if you would do it via shell. You should be using mysqlimport in shell. So, in PHP you'd get to use system command to accomplish this all automatically. Be aware of some security issues. -- Ma

RE: [PHP-DB] [Newbie Q] csv file upload via php to mysql tutoria

2002-11-07 Thread Ruprecht Helms
Hi kristina, >[...] I can see that phpMyAdmin does this, > which is great but I > need it for joe public to be able to > use. so I don't > want them using phpMyAdmin. If you can't use phpMyAdmin try to make it with SQL-Import or a similar function. For mysql you have documentation under