function sms($tel)
{
$config = array(
'charset' => 'UTF-8',
'text' => 'Телефон: '.$tel.''//Само сообщение в UTF-8
);
$error = file_get_contents("https://sms.ru/sms/cost?api_id=123456&to=79503164233&text=".$config["text"]);
}
Warning: file_get_contents(https://sms.ru/sms/cost?api_id=123456&text=Телефон: 7(111) 111-11-11): failed to open stream: HTTP request failed! HTTP/1.0 400 Bad request in /home/users/h/holland-itkzn/domains/holland-store.ru/sendEmail.php on line 82