hello,
iam working with php and we are using unicode as the encoding , but iam not able to decode the infromation in readable format.
my database is postgresql with unicode encoding, but the problem is the  code :
    $filename="note.txt";
    $fp = fopen ($filename,"r");
    echo mb_internal_encoding();
    $str=file($filename);
    echo $str[0];

Reply via email to