How can I print raw data (string) from a UTF-8 .php file?
Simple
echo $var
ouputs unicode string to browser (with unicode prefix bytes), but if I
want to ouput BLOB data (jpeg file)?
Help!
Simple
echo $var
ouputs unicode string to browser (with unicode prefix bytes), but if I
want to ouput BLOB data (jpeg file)?
Help!
Comment