RE: [PHP] IE Download twice from DB - apologies

2001-08-13 Thread Maxim Maletsky
you're forgiven :-) take care, m -Original Message- From: Ben-Nes Michael [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 14, 2001 3:15 PM To: Maxim Maletsky; [EMAIL PROTECTED] Subject: Re: [PHP] IE Download twice from DB - apologies ohh I'm sorry after reading it mor

Re: [PHP] IE Download twice from DB - apologies

2001-08-13 Thread Ben-Nes Michael
ohh I'm sorry after reading it more deeply I realized that I misunderstood it. I thought you offered me to send my self email to suck of and then sleep on it. :( Sorry English is not my primary language. any way I thank you for the help but it wont work as the content is not loaded twice in IE

Re: [PHP] IE Download twice from DB - MAJOR disaster to db users

2001-08-13 Thread Ryan Fischer
You wrote: > very amusing indeed. > > Go learn php and when youll have answer send it or stfu. > > you might start with your own site: www.PHPBeginner.com > and then go to http://logos.uoregon.edu/explore/socioling/politeness.html to > learn how to behave ! > > Its amazing how many people are rude

Re: [PHP] IE Download twice from DB - MAJOR disaster to db users

2001-08-13 Thread Ben-Nes Michael
Message - From: "Maxim Maletsky" <[EMAIL PROTECTED]> To: "'Ben-Nes Michael'" <[EMAIL PROTECTED]>; "Richard Lynch" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, August 13, 2001 12:12 PM Subject: RE: [PHP] IE Download twice

RE: [PHP] IE Download twice from DB - MAJOR disaster to db users

2001-08-13 Thread Maxim Maletsky
Sent: Monday, August 13, 2001 5:56 PM To: Richard Lynch; [EMAIL PROTECTED] Subject: [PHP] IE Download twice from DB - MAJOR disaster to db users Importance: High Hi - All db users read this !! I know it download it twice because in Netscape it take half of the time and also I see it start in the

[PHP] IE Download twice from DB - MAJOR disaster to db users

2001-08-13 Thread Ben-Nes Michael
Hi - All db users read this !! I know it download it twice because in Netscape it take half of the time and also I see it start in the left bottom bar. I read that IE first read the headers fully ( including the file ) and then ask it again for opening. While Netscape read the file only once. A

[PHP] IE Download twice from DB

2001-08-09 Thread Ben-Nes Michael
Hi All I store files on MYSQL server but when I try to pull them out ( show them on screen or download ) with IE it download them twice before showing them up :( I played with the headers (adding, removing) with no success. by the way in Netscape its work fine. here is the last code tried: -