I tried lots of methods, but none of them worked.
$file = "/home/ozgurj2l/public_html/turk/kültürel değişim.txt";
$d = fopen($file, "r");
$data = fread($d, 4000);
echo $data;
Result:
$bjbj�s�s.(��b �������||||�\
How can I do it?
I tried lots of methods, but none of them worked.
$file = "/home/ozgurj2l/public_html/turk/kültürel değişim.txt";
$d = fopen($file, "r");
$data = fread($d, 4000);
echo $data;
Result:
$bjbj�s�s.(��b �������||||�\
How can I do it?