Posts by Vagner Gonçalves Gonçalves • 151 points
1 post
-
5
votes1
answer1392
viewsQ: Curl php is not working
I am using Curl php on the server. function getSite($url){ $ch = curl_init(); curl_setopt($ch,CURLOPT_URL,$url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); echo curl_error($ch); $output =…