Well, depending on where the file that you are including is licated, you can use one of the following options:

For files located in the same, or a sub directory:
Code:
<!--#include file="whatever.php"-->
For files located in another directory or the root directory:
Code:
<!---#incude virtual="somedirectory/whatever.php"-->
Hope this helps!