PHP include file
Include function for including files in php.
Example
(php)
//determine root
$rootpath = $_SERVER['DOCUMENT_ROOT'];
//include footer
include "$rootpath/php/footer.php";
Example
(php)
//determine root
$rootpath = $_SERVER['DOCUMENT_ROOT'];
//include footer
include "$rootpath/php/footer.php";

0 Comments:
Post a Comment
<< Home