Calculate distance between 2 points using MySQL November 08, 2017 Lets say you have a customers database and you want to find out how many customers live within 10km radius of your shop, how do you that? Read more
Generating serial number in PHP/MySQL October 21, 2017 As a programmer we sometimes need to generate some sort of serial number. Read more
How to save multiple records at once using CakePHP 3 Crud plugin October 21, 2017 Recently I had to save multiple rows at once using CakePHP Crud plugin. This is how I did it based on the plugin's documentation. Read more