hello,

ive saved a  text file-note.txt with unicode encoding, and would like to print the 
file, how could i do so?? ive written the following piece of code, pls tell me where 
ive gone wrong.

<?php
$filename="note.txt";
$fp = fopen ($filename,"r");
$str=utf8_encode(file($filename));
echo $str[0];
?>



---------------------------------
Do you Yahoo!?
New DSL Internet Access from SBC & Yahoo!

Reply via email to