53063593e3
Final
6 lines
139 B
PHP
6 lines
139 B
PHP
<?php
|
|
echo "<pre>"; // Enables display of line feeds
|
|
echo file_get_contents("testfile.txt");
|
|
echo "</pre>"; // Terminates pre tag
|
|
?>
|