<?php $strings = array('AlexYang', 'Alex', 'Alex Yang', 'DirectPixel', 'Direct Pixel'); foreach($strings AS $value) { if(md5($value) == 'f440c1ec0d4548566c6e725930fb56ae') { echo 'Match found with: ' . $value; } } ?>