$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, 'testurl.qwerty');
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
ФОР{
curl_setopt($ch, CURLOPT_URL, 'testurl.qwerty');
$etcusd = curl_exec($ch);
}
if (curl_errno($ch)) {
echo 'Error:' . curl_error($ch);
}
curl_close ($ch);