adeelbhatti4454
Results
2
comments of
adeelbhatti4454
HI dear's sir i'm using simple php dom but now im facing error, cloudflar security google recapcha , please help me how to fix this, thanks "Attention Required! | Cloudflare"
> quick fix: > > ``` > $curl = curl_init(); > curl_setopt($curl, CURLOPT_HEADER, 0); > curl_setopt($curl, CURLOPT_RETURNTRANSFER,1); > curl_setopt($curl, CURLOPT_URL, "http://example.com"); > $html=curl_exec($curl); > $dom = new simple_html_dom(null, true, true,...