<?php $file = file('filename.php'); $file = array_reverse($file); foreach ($file as $data) { print "$data"; } ?>