Warning: Trying to access array offset on value of type null in index.php on line 21
Below is my PHP code and I am facing the issue of Warning: Trying to access array offset on the value of type null in index.php on line 21 Code: $curl = curl_init(); $url="url"; curl_setopt_array($curl, array( CURLOPT_URL => $url, CURLOPT_RETURNTRANSFER…