Re: [PHP] Sending the results of a query without using a file

2007-05-02 Thread Richard Lynch
On Wed, May 2, 2007 2:17 am, Todd Cary wrote: > Some shared servers do not allow the creation of a file, so I am > looking for a way to take the results of a query (MySQL), create > a CSV output and have it in a sendable format for the user > without creating a file. $result = mysql_query("select

Re: [PHP] Sending the results of a query without using a file

2007-05-02 Thread Tijnema !
On 5/2/07, clive <[EMAIL PROTECTED]> wrote: Todd Cary wrote: > Some shared servers do not allow the creation of a file, so I am looking > for a way to take the results of a query (MySQL), create a CSV output > and have it in a sendable format for the user without creating a file. > are you sure,

Re: [PHP] Sending the results of a query without using a file

2007-05-02 Thread clive
Todd Cary wrote: Some shared servers do not allow the creation of a file, so I am looking for a way to take the results of a query (MySQL), create a CSV output and have it in a sendable format for the user without creating a file. are you sure, then how could you say ftp the files to the ser

Re: [PHP] Sending the results of a query without using a file

2007-05-02 Thread Kevin Waterson
This one time, at band camp, Todd Cary <[EMAIL PROTECTED]> wrote: > Some shared servers do not allow the creation of a file, so I am > looking for a way to take the results of a query (MySQL), create > a CSV output and have it in a sendable format for the user > without creating a file. sendab