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.
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.