PHP Knowledge Base

Absolute path / document root

Example 1

Code:

<?php
$url__root = $_SERVER["DOCUMENT_ROOT"];
?>