Фото отсутствуют
'; $photos = []; $docs = []; foreach($res as $p) { $ext = explode('.', basename($p['SRC'])); $ext = mb_strtolower($ext[count($ext) - 1]); $p['ext'] = $ext; if(in_array($ext, ['jpg', 'png', 'bmp', 'jpeg', 'gif'])) $photos[] = $p; else $docs[] = $p; } $n = 0; ?>

Warning: Undefined variable $photos in D:\ktt\ttepla.com\public_html\service\post\_photos.php on line 25

Warning: foreach() argument must be of type array|object, null given in D:\ktt\ttepla.com\public_html\service\post\_photos.php on line 25

Warning: Undefined variable $docs in D:\ktt\ttepla.com\public_html\service\post\_photos.php on line 34

Warning: foreach() argument must be of type array|object, null given in D:\ktt\ttepla.com\public_html\service\post\_photos.php on line 34