[PHP-DB] unicode in php{PLS HELP URGENT}

2002-09-23 Thread roslyn jose


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!


Re: [PHP-DB] unicode in php{PLS HELP URGENT}

2002-09-23 Thread roslyn jose


hi,
ive been going thro the site aand also tried out the code, but im getting fatal error: 
call to undefined function utf8_encode(). pls help
roslyn
 Dave Smith wrote:$filename=note.txt;
//$fp = fopen ($filename,r);
$str=utf8_encode(file($filename));
foreach( $str as $line )
echo $line;
?



I got all of this code right from www.php.net. You should spend some 
time there. It is the best doc site I've ever seen for any programming 
language.

--Dave

roslyn jose wrote:

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.

$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!
 





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