Home > Q&A > body text
php curl request page displays blank, curl configuration is enabled, but I don’t know why the request cannot be made. Thank you all!
小❤呆呆2019-09-16 16:32:48
You need to print out the results
$data = curl_exec($ch);
var_dump($data);