Re: [PHP] export data to text file

2002-09-28 Thread Curtis Gordon
u? >> >>It might be possible if you write an applet, otherwise, pretty much the >> >> >only > > >>thing you should be able to write to the hard drive is a cookie. >> >>HTH >> >>Todd. >> >> >>

RE: [PHP] export data to text file

2002-09-28 Thread John W. Holmes
> okay, how can I write a file in csv format either to the browser or to the > server? If I use the Mysqladmin page I get all the fields, I just want > some > of them. > Diana You can use the SELECT ... INTO OUTFILE query like someone else mentioned, and then use passthru() to send the file to th

Re: [PHP] export data to text file

2002-09-28 Thread Diana Castillo
ge- > > From: Diana Castillo [mailto:[EMAIL PROTECTED]] > > Sent: Sunday, 29 September 2002 12:03 AM > > To: [EMAIL PROTECTED] > > Subject: [PHP] export data to text file > > > 8<--- > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] export data to text file

2002-09-28 Thread Todd Pasley
TECTED] > Subject: [PHP] export data to text file > 8<--- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] export data to text file

2002-09-28 Thread Diana Castillo
Hi, I want to export some fields on a regular basis from a table to a text file, preferable to the users local computer. I tried writing to a file with fopen but I get "permission denied" when I try to open it for writing. What is the best solution? Thanks, Diana -- See my web page: http://www.ne