Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

php include multiple files at once

array_map( function ($a) { return include($a); }, array('xx.php','yy.php','zz.php'));
Source by www.php.net #
 
PREVIOUS NEXT
Tagged: #php #include #multiple #files
ADD COMMENT
Topic
Name
7+2 =