Programming PHP: How to Get the Associated Key from an Array given a Value February 6, 2012 by Craig Lotter No Comments If you have a value and you suspect that it might be contained within your array, can you somehow find the key linked to that... Read More
CodeUnit PHP: How to Create a Single String of Array Keys using Implode November 9, 2011 by Craig Lotter No Comments PHP’s implode function is extremely useful for flattening a one dimensional array into a string. This time around, we want to create a flat string... Read More