php curl request page displays blank, curl configuration is enabled, but I don’t know why the request cannot be made. Thank you all!
You need to print out the results
$data = curl_exec($ch);
var_dump($data);
You need to print out the results
$data = curl_exec($ch);
var_dump($data);