Subject | RE: [firebird-php] Getting raw response data |
---|---|
Author | Alan McDonald |
Post date | 2004-06-28T02:50:09Z |
>seems the php newsgroup won't accept postings now...OK got it..
>anyway - does anyone know how I can get the raw data response from a php
>page - I mean including all headers etc in raw form? I don't wnat just the
>HTML stuff.
>I want to see the exact difference between a page generated on IIS and the
>same code (PHP) generated on Apache/Linux. I can get something working
>nicely on APache but IIS must need some more header coaxing for it to work
>the same.
>thanks
>Alan
I'm using fsockopen..
I IIS sticks a whole lot of headers in I don't need - now to find out how to
remove them
Alan