Code has been added to clipboard!

PHP 5 File Handling. Example #1

Example
<?php
  echo readfile("glossary.txt");
?>