ID: 45885 Updated by: [EMAIL PROTECTED] Reported By: jeffshadap at gmail dot com -Status: Open +Status: Bogus Bug Type: *General Issues Operating System: Windows XP PHP Version: 5.2.6 New Comment:
Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this bug system is not the appropriate forum for asking support questions. Due to the volume of reports we can not explain in detail here why your report is not a bug. The support channels will be able to provide an explanation for you. Thank you for your interest in PHP. If it works in FF and does not in IE, then that means it's a browser-issue. Make sure to update your browser to the latest version, and make sure your HTML is actually standards-compliant (no, currently it's not). It should work just fine once you do. This is not a bug in PHP itself. Previous Comments: ------------------------------------------------------------------------ [2008-08-21 18:11:24] jeffshadap at gmail dot com Description: ------------ The header function behavior in Internet Explorer 6.0 is broken Reproduce code: --------------- <?php if(isset($_REQUEST['submit'])) { header("Location:".$_SERVER['PHP_SELF']); } ?> <form method=GET> <input type = submit name = submit VALUE = "GET"> </form> <form method=POST> <input type = submit name = submit VALUE = "POST"> </form> Expected result: ---------------- Firefox and Internet Explorer Clicking on GET, and POST should redirects to the same page Actual result: -------------- Firefox: Clicking on GET, and POST redirects to the same page[correct] Internet Explorer: Clicking on GET redirects to the same page[correct] Clicking on POST displays the page with title "The page cannot be displayed"[incorrect] ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=45885&edit=1