when i have a file being included.. i.e.
include "file.php"
or require "file.php"
how can i make it return a simple message (with no errors) if it cannot find the file...
ive tried DIE and various other things, but they didnt seem to work...
thanks for anyhelp!
Ben