5 lines
No EOL
106 B
PHP
5 lines
No EOL
106 B
PHP
<?php
|
|
include_once('../simple_html_dom.php');
|
|
|
|
echo file_get_html('http://www.google.com/')->plaintext;
|
|
?>
|