Re: [PHP-DB] Help Export Excel to MySQL database

2001-03-28 Thread Johannes Janson
Hi, you can save it as .csv or as a tab-delimited .txt file. then via "load data infile 'path/to/file' into table YourTable" if you use windwos the "\" has to be escaped by another "\" like this "C:\\path\\to\\file" Johanens ""John"" <[EMAIL PROTECTED]> schrieb im Newsbeitrag 99ra37$dj8$[EMAIL

Re: [PHP-DB] Help Export Excel to MySQL database

2001-03-27 Thread olinux
save the file as a .csv [comma delimited] file and you will be able to import that into mysql. sorry, that's as much as i know. olinux - Original Message - From: "John" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 27, 2001 4:14 PM Subject: [PHP-DB] Help Export Excel t