require '../../init.php';
$record_id = isset($_REQUEST['id']) ? (int)$_REQUEST['id'] : 0;
$res = Register::GetPhotos($record_id, 1);
$res = array_reverse($res);
?>
Warning: Undefined variable $res in D:\ktt\ttepla.com\public_html\service\post\_photos_client.php on line 8
Warning: foreach() argument must be of type array|object, null given in D:\ktt\ttepla.com\public_html\service\post\_photos_client.php on line 8