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 […]
When I was doing a benchmark, I found that PHP 7 was using more memory than PHP 5.6.So, I did […]