I have the following script:
...
$fields = http_build_query($data);
$post = curl_init();
$url = $url . '?' . $fields;
curl_setopt($post, CURLOPT_URL, $url);
curl_setopt($post, CURLOPT_POST, 1);
curl_setopt($post, CURLOPT_POSTFIELDS, $fiel...
asked by
24.05.2018 / 22:20