<?php $fh = fopen('agreement.txt','r'); while ($line = fgets($fh)) { echo($line); } fclose($fh); ?>