/home/mjc1/public_html/lib/html_dom/example/example_extract_html.php


1
2
3
4
5
<?php
include_once('../simple_html_dom.php');

echo 
file_get_html('http://www.google.com/')->plaintext;
?>