Use readfile() to read a file and write it to the output buffer


SUBMITTED BY: henry1874w

DATE: June 17, 2017, 1:38 p.m.

FORMAT: Text only

SIZE: 101 Bytes

HITS: 259

  1. <!DOCTYPE html>
  2. <html>
  3. <body>
  4. <?php
  5. echo readfile("webdictionary.txt");
  6. ?>
  7. </body>
  8. </html>

comments powered by Disqus