Files
lpmj6/07/13.php
T
RobinNixon 53063593e3 Final
Final
2020-12-10 13:51:13 +00:00

6 lines
139 B
PHP

<?php
echo "<pre>"; // Enables display of line feeds
echo file_get_contents("testfile.txt");
echo "</pre>"; // Terminates pre tag
?>