Skip to content

Instantly share code, notes, and snippets.

@jpalala
Created April 20, 2012 03:34
Show Gist options
  • Save jpalala/2425693 to your computer and use it in GitHub Desktop.
Save jpalala/2425693 to your computer and use it in GitHub Desktop.
Testing out exec on php
<?php
exec('ls files/', $output);
print_r($output); // $stuff;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment