Source Code:
(back to article)
<?php $contents = file_get_contents('file.txt'); echo $contents = utf8_encode($contents);
Result:
Report an issue