Total Members Voted: 0
Voting closed: December 30, 2007, 01:27:53 AM
<?phpif (file_exists("./path/to/file.php")){ include("./path/to/file.php");}?>
<?phpif (file_exists("./path/to/file.php")){ require("./path/to/file.php");}?>
<?phpif (file_exists("./path/to/file.php")){ require("./path/to/file.php");}else{ echo "./path/to/file.php File was not included / required.";}?>