Просмотр поста

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