<?php $file = 'includes/filename.inc.php'; if(file_exists($file) && is_readable($file)) { include($file); } ?>
source
You must be logged in to post a comment.