Cover
Logo

Комплексное решение
CAT® CVA

👆Скачать👆

Детальные инструкции по моделям машин:

'; } } } */ $cats = Array(); $files = Array(); $dir = $_SERVER['DOCUMENT_ROOT']."/pdf/"; if ($handle = opendir($dir)) { while(false !== ($file = readdir($handle))) { $format = explode("|", 'pdf|PDF'); if (in_array(getExtension($file), $format)) { $file_name = str_replace('.pdf', '', $file); $f_f = explode(' ', $file_name); if (!in_array($f_f[0], $cats)) $cats[] = $f_f[0]; $files[$f_f[0]][] = $file_name; } } } foreach($cats as $k=>$v) { $name_cat = $v; $files_ = $files[$name_cat]; if (isset($_GET["search"]) && $_GET["search"] != '') $files_ = preg_grep('/^'.pr($_GET["search"]).'\s.*/', $files[$name_cat]); if (sizeof($files_) > 0) { echo '
'; } } ?>