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