Read directory in php Posted on July 4, 2017 by Chandan Sharma in CodeIgniter, PHP## READ DIRECTORY //get all files in directory //$path = directory name; $files1 = scandir($path); print_r($files1);Share this:TwitterFacebook Published by Chandan Sharma View all posts by Chandan Sharma