I am using this library (PHP Simple HTML DOM parser) to parse a link, here\'s the code:
function getSemanticRelevantKeywords($keyword){ $results = array(
You just need to increase CONSTANT MAX_FILE_SIZE in file simple_html_dom.php.
CONSTANT MAX_FILE_SIZE
For example:
define('MAX_FILE_SIZE', 999999999999999);