|
|
|
Include file with absolute path
3
One of the simlest way to include a php file using absolute path
<?php
include($_SERVER['DOCUMENT_ROOT']."/inc/yourIncludeFile.php");
?>




dyongzhi
Stefan0410
zdaxxy
akino
jackoder
hubertd
xiaokai
longkaty
PravinChk
wizard04
dannyboy
sundaramkumar
mattrmiller
Pio
Cloudgen
i_kenneth
ASmith
mycodeofshailendra
ctiggerf
sehrgut

|
|
|
There are currently no comments for this snippet.