Php Call to undefined function str_get_html

July 7, 2021 . 1 MIN READ

You are calling class does not belong to php.

Download simple_html_dom class here and use the methods included as you like it. It is really great especially when you are working with Emails-newsletter:

include_once('simple_html_dom.php');
$html = file_get_html('http://www.google.co.in');

 

https://stackoverflow.com/questions/7124823/file-get-html-displays-fatal-error-call-to-undefined-function

Leave a Reply

Your email address will not be published. Required fields are marked *