php get all file in a folder recusif code example Example: php get all php files in a directory foreach(glob('includes/*.php') as $file) { ... }