Re: [PHP-WIN] cgi error

2001-05-09 Thread Maurice Barnes
Would you happen to be doing a header("location: some_url") in your code? - Original Message - From: "Svensson, B.A.T. " <[EMAIL PROTECTED]> To: "Deborah Dennison" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, May 09, 2001 6:34 AM Subject: RE: [PHP-WIN] cgi error > Well, a s

Re: [PHP-WIN] CGI error: incomplete headers?

2001-02-18 Thread Maurice Barnes
The issue here is with Win2000 and IIS5.0. NT4 doesnt appear to have this problem. Maurice - Original Message - From: "Phil Driscoll" <[EMAIL PROTECTED]> To: "Maurice Barnes" <[EMAIL PROTECTED]>; "Chaz Yoon" <[EMAIL PROTECTED]>; <[

Re: [PHP-WIN] CGI error: incomplete headers?

2001-02-16 Thread Maurice Barnes
Hi Toby, Sorry about that.. the format is header("location: http://www.somewhere.com"); This is what gives the error. Have you been doing redirects or just straight POSTS? Maurce - Original Message - From: "Toby Butzon" <[EMAIL PROTECTED]> To: "Ma

Re: [PHP-WIN] CGI error: incomplete headers?

2001-02-16 Thread Maurice Barnes
While I dont have a solution for this problem I can confirm that the problem is in the Header("Location:") command. Because of this obvious quirk with IIS and PHP4 we have had to resort to PHP3 for a major e-business site we were trying to upgrade to PHP4. I am not sure why this has not yet be