January 13, 2017
PHP Good Practice
1) Do not use relative path in code, as it would not work with Command Line require_once ‘../../config.php’; replace it […]
1) Do not use relative path in code, as it would not work with Command Line require_once ‘../../config.php’; replace it […]