Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

php get all php files in a directory

foreach(glob('includes/*.php') as $file) {
    ...
}
 
PREVIOUS NEXT
Tagged: #php #php #files #directory
ADD COMMENT
Topic
Name
9+8 =