SyntaxFix
Write A Post
Hire A Developer
Questions
Exemple :
$string = file_get_contents(".../File.txt"); $string = mb_convert_encoding($string, 'UTF-8', "ISO-8859-1"); echo $string;