Clue?..not...but it've seen this problem.This may be another bug in IE 
this is what I do...(remember it happens to me only in little scripts):
<?php
ob_start();

your code here


error_log("This was " . ob_get_contents());
ob_flush();
?>
and look your phperror.log



On Wed, 1 Sep 2004 08:36:18 -0500, Brent Clements
<[EMAIL PROTECTED]> wrote:
> We have a wierd problem that we can't seem to figure out, maybe it's something you 
> guys can help out with or have seen before.
> 
> HTML pages generated with php are displayed correctly in all browsers, but when you 
> try to view the source of the html page in IE, the default source code viewer never 
> pop's up. If you refresh the page, then try to view the source it works.
> 
> Anybody have a clue whats going on?


-- 
Pablo M. Rivas. http://pmrivas.ipupdater.com
-----------------------------------------------------------
[EMAIL PROTECTED]  --  [EMAIL PROTECTED]  -- 
[EMAIL PROTECTED]  --  ICQ:1668030

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to