Answers for "absolute and relative path php"

PHP
0

relative path php

define('ROOT_PATH', dirname(__DIR__) . '/');
include(ROOT_PATH.'config.php');
Posted by: Guest on August-25-2021
0

absolute path php

// File in htdocs MAMP
echo getcwd(); //Users/Example/Applications/MAMP/htdocs
Posted by: Guest on May-11-2021

Code answers related to "absolute and relative path php"

Browse Popular Code Answers by Language