Tell me, please, in the database I make a request to add an entry
$new_user = "INSERT INTO `users` (`login`,`mail`,`password`,`reg_about`,`reg_like_game`,`reg_date`,`reg_ip`) VALUES ('$login','$mail','$password','$about','$like_game','$reg_date','$reg_ip')"; $register_user = mysqli_query ($link,$new_user); if($register_user) {echo "<br />Регистрация прошла успешна"; The following is added to the database: Р ·С ‚Р · РЅР ° РєРѕРјС‹ С ... (namely, in the field where Russian letters are) how to make the encoding a single UTF-8 ... Please tell me)