Skip to content

Instantly share code, notes, and snippets.

@AbhishekGhosh
Created February 10, 2014 07:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AbhishekGhosh/8911547 to your computer and use it in GitHub Desktop.
Save AbhishekGhosh/8911547 to your computer and use it in GitHub Desktop.
PHP backticks
<?php
$output = `ls -al`;
echo "<pre>$output</pre>";
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment