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