[PHP-WIN] Re[2]: [PHP] output compression and MSIE

2003-07-08 Thread sebab
Hello, Good to see someone else met that "feature" of MS Internet Exploder ;) At really I don't put any headers with content info. Only headers are: header ('Last-Modified: '.gmdate("D, d M Y H:i:s").' GMT'); header ('Expires: '.gmdate("D, d M Y H:i:s").' GMT'); header ('Cache-Control: no-cac

Re[2]: [PHP-WIN] PHP+IIS - POST data propagate along redirect with header (Location: ....)

2003-07-07 Thread sebab
Hi, I think it's not problem related to registering as globals data from POST/GET. Problem is that what I expected (and seen on every other configurations) was POST data being lost after header("Location: $url); And here, on IIS+PHP, I get POST data being "forwarded" to script called with heade