I need an include function / statement that will include a file only if it exists. Is there one in PHP?
include
You might suggest using @include bu
@include
I think you have to use file_exists, because if there was such an include, it would have been listed here: http://php.net/manual/en/function.include.php
file_exists