Code has been added to clipboard!

Opening Files With PHP fopen

Example
<?php
  fread($demofile, filesize('text_file.txt'));
?>