ID: 32129
User updated by: fambizzari at tm4b dot com
Reported By: fambizzari at tm4b dot com
Status: Open
Bug Type: HTTP related
-Operating System: Windows XP
+Operating System: Linux
PHP Version: 4.3.10
New Comment:
OS is Linux
Previous Comments:
------------------------------------------------------------------------
[2005-02-27 13:59:25] fambizzari at tm4b dot com
Description:
------------
I'e been using header("location: http://www.tm4b.com "); throughout my
codes to redirect users after db functions are completed.
Suddenly, for one individual script, it produces a blank screen.
I've seen a similar bug report which is not useful, because, in this
case, it is restrcited to pa particular script which is no different to
the others in anyway.
For your info, any code placed after the header does not get processed
e.g. <? print "hello";?>.
Reproduce code:
---------------
<?
header("location: http://www.tm4b.com ");
?>
Expected result:
----------------
To redirect the user to the homepage.
Actual result:
--------------
Blank screen.
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=32129&edit=1