HTML Php

    $tidy = tidy_parse_file("http://www.php.net/");
    $root = $tidy->root();
?>