example_extract_html.php 115 Bytes Raw Blame History Permalink 1 2 3 4 5 <?php include_once('../Util_SimpleHtmlDom.class.php'); echo file_get_html('http://www.google.com/')->plaintext; ?>