Using CURL to get content from website. Getting response in object. How to convert that object in to PHP Simple HTML DOM Parser
function get_data($url) {
Curl will return a string containing the HTML right? Just use the quick start sample?
$html = str_get_html(curl_exec($ch));