Searching and removing a value from a multidimensional array in php
Recently I found myself in a situation where I needed to search and remove a value from a dynamically generated multidimensional array with a different size and length. After many READ MORE
Understanding the Current Memory Usage in Linux
To check the overall memory usage on your linux, we can use the command: free This will show the memory usage in KB (default), If you want to check your READ MORE