ID: 29073 Updated by: [EMAIL PROTECTED] Reported By: bugman at swfla dot rr dot com -Status: Open +Status: Bogus Bug Type: Scripting Engine problem Operating System: w2k PHP Version: 4.3.7 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. Thank you for your interest in PHP. IE's behaviour has nothing to do with php Previous Comments: ------------------------------------------------------------------------ [2004-07-09 12:40:06] bugman at swfla dot rr dot com Description: ------------ Hi. If the stylesheet reference is removed from the code below, the page loads normally. This also loads normally in earlier versions of PHP. However, when I try to view the page as is, IE hangs. If you have a solution, I'd sure be happy to see it. -John Reproduce code: --------------- <? $addrPrefix=""; ?> <html> <head> <title>Gulf Coast Real Estate Show - Home Page</title> <link rel="stylesheet" type="text/css" href="<?=$addrPrefix?>includes/gcres.css"> </head> <body class="main"><br><br> </body> </html> <? echo "hi"; ?> Expected result: ---------------- hi Actual result: -------------- (blank screen with unmoving progress bar) ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=29073&edit=1