7a28c76f28cb526458c9af50f20e9dabb74edc04.svn-base 106 B

12345
  1. <?php
  2. include_once('../simple_html_dom.php');
  3. echo file_get_html('http://www.google.com/')->plaintext;
  4. ?>