In PHP
Suppose I have a const file in a root directory called const.php :
define('CONST_1', BASE_CONST_1 || 'Value 1');
define('CONST_2', 'Value 2');
define('CONST_3', 'Value 3');
And another file, in the same directory, named index.ph...
asked by
10.01.2018 / 21:18