From:             [EMAIL PROTECTED]
Operating system: win98en
PHP version:      4.2.3
PHP Bug Type:     Unknown/Other Function
Bug description:  header redirect not woring right

code:

$location = "Location:
http://".$_SERVER['HTTP_HOST'].dirname($_SERVER['PHP_SELF'])."/"."index.php";
header($location);

doesn't work under IE 6.0en - nothing happens - displays blank page

but works fine under Mozilla 1.1 - i.e. redirects to proper page

the same code under PHP 4.0.6 and with the same IE6.0 works fine...
-- 
Edit bug report at http://bugs.php.net/?id=19754&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=19754&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=19754&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=19754&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=19754&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=19754&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=19754&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=19754&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=19754&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=19754&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=19754&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=19754&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=19754&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=19754&r=isapi

Reply via email to