loadHTML($response); $xpath = new DOMXPath($htmlDom); return $xpath; } function request($url) { require "config.php"; $ch = curl_init($url); curl_setopt_array($ch, $config_curl_settings); $response = curl_exec($ch); return $response; } function print_next_page_button($text, $page, $query, $type) { echo "
"; echo ""; echo ""; echo ""; echo ""; echo "
"; } ?>