Re: Importing Text Files in phpMyAdmin vs the Infamous

2004-05-11 Thread Stephen E. Bacher
>> I have a php website connecting to mysql database. >> How can i have a user export his database through >> the webpage to csv format? >> I would like the user to have a button he can press >> that would pop up a >> "save as" screen so he can save his database. The PHP code to do this would look

Re: Importing Text Files in phpMyAdmin vs the Infamous #1148

2004-05-09 Thread David Blomstrom
P.S. I should add that I'm not trying to import data between computers or to an online site. This operation involves nothing but me and my computer. __ Do you Yahoo!? Win a $20,000 Career Makeover at Yahoo! HotJobs http://hotjobs.sweeps

Importing Text Files in phpMyAdmin vs the Infamous #1148

2004-05-09 Thread David Blomstrom
Sorry, I didn't mean to send that first message; I hit send by mistake. This is the real message. I was delighted to discover how easy it is to import csv files with phpMyAdmin - until I got the following error message: #1148 - The used command is not allowed with this MySQL version I found ton

Importing Text Files in phpMyAdmin vs the Infamous

2004-05-09 Thread David Blomstrom
--- "HACKATHORN, TODD (SWBT)" <[EMAIL PROTECTED]> wrote: > Don't know if this will help, but this is how I > offer web clients to "save > as excel" in cold fusion: > > > > > > the key is to change the content like above. I am > not sure how to do this > in PHP. But I am sure if you lo