* "Richard Lynch" <[EMAIL PROTECTED]> :
> On Thu, July 21, 2005 4:55 am, Chris Shiflett said:
> > Christopher J. Umina wrote:
> > > I currently have a script which streams data out of a MySQL database,
> > > and prints the content headers correctly, however, when I use the
> > > following line:
> >
On Wed, July 20, 2005 7:32 am, Christopher J. Umina said:
> Hello!
>
> I currently have a script which streams data out of a MySQL database,
> and prints the content headers correctly, however, when I use the
> following line:
>
> header("Content-Disposition: attachment; filename=\"". $filename
On Thu, July 21, 2005 4:55 am, Chris Shiflett said:
> Christopher J. Umina wrote:
>> I currently have a script which streams data out of a MySQL database,
>> and prints the content headers correctly, however, when I use the
>> following line:
>>
>> header("Content-Disposition: attachment; filename=
Christopher J. Umina wrote:
I currently have a script which streams data out of a MySQL database,
and prints the content headers correctly, however, when I use the
following line:
header("Content-Disposition: attachment; filename=\"". $filename ."\"");
it prompts the user to download the file e
Sorry
it was
header("Content-Disposition: inline; filename=\"". $filename ."\"");
-Cafer
On 7/20/05, Cafer Simsek <[EMAIL PROTECTED]> wrote:
> Hi,
>
> You may try that;
>
> header("Content-Disposition: attachment; filename=\"". $filename ."\"");
>
> Best Regards
>
> -Cafer
>
> On 7/20/05, C
Hi,
You may try that;
header("Content-Disposition: attachment; filename=\"". $filename ."\"");
Best Regards
-Cafer
On 7/20/05, Christopher J. Umina <[EMAIL PROTECTED]> wrote:
> Hello!
>
> I currently have a script which streams data out of a MySQL database,
> and prints the content headers co
Hello!
I currently have a script which streams data out of a MySQL database,
and prints the content headers correctly, however, when I use the
following line:
header("Content-Disposition: attachment; filename=\"". $filename ."\"");
it prompts the user to download the file each time they go t
7 matches
Mail list logo