//displays the time / date a page was last accessed echo "Last viewed on: " . date( "D m/d/Y h:i:s a", fileatime( $PATH_TRANSLATED ) ); ?>