Skip to content

Instantly share code, notes, and snippets.

@chris-asl
Last active June 13, 2017 16:56
Show Gist options
  • Save chris-asl/b38a191e095d0035c4a88b756c562295 to your computer and use it in GitHub Desktop.
Save chris-asl/b38a191e095d0035c4a88b756c562295 to your computer and use it in GitHub Desktop.
php-echo-date
<?php
echo "foo";
$output = shell_exec('ls -lart');
echo "<pre>$output</pre>";
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment