jb-data.de/lib/sd/example/example_extract_html.php
2025-08-11 22:23:30 +02:00

5 lines
No EOL
106 B
PHP

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