Skip to content

Instantly share code, notes, and snippets.

@hawksakr
Created May 11, 2016 10:58
Show Gist options
  • Select an option

  • Save hawksakr/79470610292af00644eebe5a4c60bb7b to your computer and use it in GitHub Desktop.

Select an option

Save hawksakr/79470610292af00644eebe5a4c60bb7b to your computer and use it in GitHub Desktop.
<?php
$files = glob("ar_eg/*.csv");
foreach($files as $csv){
echo $csv, "\n";
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment