View Single Post
Contributor
10Oct2008,22:42  
divinequran's Avatar
Hi,

I copied some arabic text into a php file
<?php
$new = "arabic text";
echo "$new";
?>

and printed those values on my browser, it doesnot print those values properly, i uploaded the same file on a website and the same browser prints those values propely, what is the problem with webserver. is this is some thing related to AddLanguages in apache, how to fix this issue?