php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #29073 stylesheet hangup
Submitted: 2004-07-09 12:40 UTC Modified: 2004-07-10 06:34 UTC
From: bugman at swfla dot rr dot com Assigned:
Status: Not a bug Package: Scripting Engine problem
PHP Version: 4.3.7 OS: w2k
Private report: No CVE-ID: None
 [2004-07-09 12:40 UTC] 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)

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-07-10 06:34 UTC] curt@php.net
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
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sun Jul 13 11:01:33 2025 UTC