I am having problems with reading html files in php.
When you try to open html file with Arabic name using fopen(), you get an error saying the file doesn’t exist.
Is there any way to make this working?
I am having problems with reading html files in php. When you try to
Share
You most likely have conflict between the file system encoding and your application encoding, or some file permissions issue.
(just a guess, too few data to judge)