I have a curl code, which pulls json through the url, but is giving a bug that I can not solve, can anyone help me?
<?php
$c = curl_init();
$login = 'LOGIN';
$key = 'KEY';
$file = $_GET["fileid"];
curl_setopt($c, CURLOPT_URL, "http...
asked by
23.05.2018 / 02:55