<?php exec( "date", $output); foreach ( $output as $line ) print "$line<br>"; ?>