Answers for "php get relative path of current script"

PHP
0

relative path php

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

Code answers related to "php get relative path of current script"

Browse Popular Code Answers by Language