أخبار الإنترنت
recent

1111

php $curl = curl_init(); curl_setopt_array($curl, [ CURLOPT_URL => "https://api-football-v1.p.rapidapi.com/v2/predictions/157462", CURLOPT_RETURNTRANSFER => true, CURLOPT_FOLLOWLOCATION => true, CURLOPT_ENCODING => "", CURLOPT_MAXREDIRS => 10, CURLOPT_TIMEOUT => 30, CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1, CURLOPT_CUSTOMREQUEST => "GET", CURLOPT_HTTPHEADER => [ "x-rapidapi-host: api-football-v1.p.rapidapi.com", "x-rapidapi-key: SIGN-UP-FOR-KEY" ], ]); $response = curl_exec($curl); $err = curl_error($curl); curl_close($curl); if ($err) { echo "cURL Error #:" . $err; } else { echo $response; }
كوره لايف

كوره لايف

ليست هناك تعليقات:

إرسال تعليق

يتم التشغيل بواسطة Blogger.