Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

include php file from another folder

include('your-file-path');

or 

require('your-file-path');
 
PREVIOUS NEXT
Tagged: #include #php #file #folder
ADD COMMENT
Topic
Name
1+8 =