Post by Mason Novak Share this:include() all PHP files from a directory <?php foreach (glob("system/lib/*.php") as $filename) { include $filename; } ?> Recommended For You Share this: