You can also use require_once('file.inc');
or require_once('file.php');
Options:
include('file.php/inc');
require('file.php/inc');
require_once('file.php/inc');
|
Results 1 to 10 of 10
Thread: Include Files In PHP?Threaded View
|
|