August 14, 2019 by Smartupworld Latest In PHP 302 include() all PHP files from a directory <?php foreach (glob("system/lib/*.php") as $filename) { include $filename; } ?>