Find the longest common substring using PHP I recently found a need to find the longest common substring in an array of strings in PHP. A couple of Google searches didn't return...