Articles by Kevin Amayi

Git Howtos

  1. How to Clone a Specific Git Branch
  2. How to Clone a Remote Repository With Submodules in Git
  3. How to Merge a Remote Branch to a Local Branch in Git

PHP Howtos

  1. How to Change PHP Version Using .htaccess File
  2. Assignment by Reference Operator in PHP
  3. How to Get URL Data With QUERY_STRING in PHP
  4. How to Implement a Callback Function in PHP
  5. How to Set PHP_AUTH_USER and PHP_AUTH_PW in PHP
  6. How to Update PHP 7.x to 7.4 on CentOS
  7. How to Create and Use Static Classes in PHP
  8. Optional Arguments in PHP
  9. PHP With Ajax
  10. How to Convert PHP Array to Javascript JSON
  11. How to Remove PHP Extension With .Htacess File
  12. How to Convert Celcius Degrees to Farenheit Using PHP
  13. How to Buffer Output Data in PHP With ob_start Method
  14. How to Get Key From a PHP Array
  15. How to Hash and Verify Password With Php_hash Method
  16. How to Set End of Line in PHP With PHP_EOL
  17. How to Push Both Value and Key Into PHP Array