From Excel you can save a table as a tab separated txt-file. I want to takethis and execute INSERT queries (by uploading the file or by copying the content into a textarea). Anyone who has a script to do this? My platform is Windows, but the script will be used on a Linux web server.
Use the LOAD DATA INFILE command to load the entire file at once.
-- ---John Holmes...
Amazon Wishlist: www.amazon.com/o/registry/3BEXC84AB3A5E/
PHP|Architect: A magazine for PHP Professionals – www.phparch.com
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php