Re: [PHP] imagejpeg function output

2003-08-29 Thread DvDmanDT
lto:[EMAIL PROTECTED] > > Sent: Friday, August 29, 2003 12:51 PM > > To: Mike At Spy > > Cc: [EMAIL PROTECTED] > > Subject: Re: [PHP] imagejpeg function output > > > > > > You need to send the right header, in this case > > header('Content-type: im

Re: [PHP] imagejpeg function output

2003-08-29 Thread Marek Kilimajer
ready sent' thing. How do I get past that? :) Thanks for your help! -Mike -Original Message- From: Marek Kilimajer [mailto:[EMAIL PROTECTED] Sent: Friday, August 29, 2003 12:51 PM To: Mike At Spy Cc: [EMAIL PROTECTED] Subject: Re: [PHP] imagejpeg function output You need to send

RE: [PHP] imagejpeg function output

2003-08-29 Thread Mike At Spy
51 PM > To: Mike At Spy > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP] imagejpeg function output > > > You need to send the right header, in this case > header('Content-type: image/jpg'); > > Mike At Spy wrote: > > Just to make sure no one is lead astray - I s

Re: [PHP] imagejpeg function output

2003-08-29 Thread Marek Kilimajer
You need to send the right header, in this case header('Content-type: image/jpg'); Mike At Spy wrote: Just to make sure no one is lead astray - I still have an issue getting jpeg enabled on a server with gd and php. I am asking this question 'cause I am doing some work on a different server where