Код: Выделить всё
$imagePath = 'e-dados/raifatin/' . $row['image_upload'];
if (file_exists($fullImagePath)) {
$html .= '';
} else {
$html .= 'No Image Found at: ' . $fullImagePath . '';
}
} else {
$html .= 'No Image Available';
}
Подробнее здесь: https://stackoverflow.com/questions/781 ... -in-report
Мобильная версия