When Web page is displayed in a div, Error: Unable to modify the parent container element before the

Posted by Jean on Stack Overflow See other posts from Stack Overflow or by Jean
Published on 2010-03-23T09:47:56Z Indexed on 2010/03/23 9:53 UTC
Read the original article Hit count: 185

Filed under:

Hello,

A url is being displayed in a div as shown below

    <div id="ipage">
<? $url = "http://www.yahoo.com"; 
        $file1 = fopen($url, "r");
        $content = file_get_contents($url); 
         echo $content;
?>
    </div>

And I receive this error Webpage error details

Message: HTML Parsing Error: Unable to modify the parent container element before the child element is closed (KB927917)

Bright idea to solve this.

Thanks Jean

© Stack Overflow or respective owner

Related posts about php