simple_html_dom – file_get_html empty

With simple_html_dom you can parse HTML in PHP. My file_get_html variable was empty and that was the problem:

define(‚MAX_FILE_SIZE‘, 900000);

Max filesize was too low. After i have increased the value in simple_html_dom.php everything worked fine.

Kommentar verfassen

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert

Nach oben scrollen