Дроблема с назвою фала

У мене проблема з назвою файла який загрузився из архива и теперт с тем файлом ничено нельзя делать

Название файла должно быть таким: “Оставить отзыв о книге.url”

А загрузилось так “��⠢��� ��� � �����.url”

Што мне делать?

Hi, this is an english speaking forum, please translate your posts in the future, I’ve sorted this one for you:

I’m not sure what you’re trying to achive. But it looks like characters from your databse are being muddled up.

You can fix this by changing the charset with the following line:
$mysqli->set_charset(‘utf8mb4’);

this link has more info:

5 Likes

I uploaded the archive to the site. and when unpacking some files were unpacked incorrectly. the file should be like this: “Оставить отзыв о книге.url”.

and it was unpacked like this: “��⠢��� ��� � �����.url”.

Right…

I’d suggest unpacking the archive on your own PC then uploading the files again

2 Likes

That looks to my like a character encoding issue.

Can you please clarify how exactly you uploaded these files and how you extracted the archive?

6 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.