<?php $ext_array = array("php", "txt", "xml", "htm"); if (in_array($ext, $ext_array)) { echo "match!"; }