| 
        php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits             
             [2001-12-30 14:07 UTC] jukka dot pakkanen at qnet dot fi
  [2001-12-30 14:22 UTC] daniel@php.net
  [2002-01-08 13:58 UTC] jukka dot pakkanen at qnet dot fi
  [2002-01-12 11:30 UTC] gary at ukhot dot com
  [2002-02-06 00:41 UTC] shiflett@php.net
  [2002-03-07 00:00 UTC] php-bugs at lists dot php dot net
  | 
    |||||||||||||||||||||||||||||||||||||
            
                 
                Copyright © 2001-2025 The PHP GroupAll rights reserved.  | 
        Last updated: Tue Nov 04 07:00:01 2025 UTC | 
header() function doesn't redirect the browser to new location. Example test.php file: <? header("Location: http://www.qnet.fi"); ?> Nothing happens when opening this file with IE 5.5sp2, IE6, etc. There are no extra spaces, LF's, CR's. PHP.INI has "output_buffering = on". NT4sp6a, PHP4.1.0 (ISAPI).