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
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