Tutorial PHP Include

Can be used multiple times: Once only: Including from the root: $path = $_SERVER['DOCUMENT_ROOT']; $path .= "/common/head...

Can be used multiple times:

Once only:

Including from the root:
$path = $_SERVER['DOCUMENT_ROOT'];
$path .= "/common/header.php";
include_once($path);
?>

Reference URL

Hot in Week

Popular

Archive

item