<?php $failas = 'failas.php'; if (file_exists($failas)) { include "failas.php"; } else { echo "Failas $failas neegzistuoja."; } ?>