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.


--
Maxim Maletsky
[EMAIL PROTECTED]



Ruprecht Helms <[EMAIL PROTECTED]> wrote... :

> 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 http://www.mysql.com in English
> and http://www.mysql.de for German.
> 
> Regards,
> Ruprecht
> 
> ----------------------------------
> Ruprecht Helms IT-Service und Softwareentwicklung
> 
> Tel/Fax.:      +49[0]7621 16 99 16
> Homepage:  http://www.rheyn.de
> email:          [EMAIL PROTECTED]
> ----------------------------------
> 
> -- 
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 


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

Reply via email to