<!--#include virtual="/includes/showinc.php" -->
should work
or try
<!--#include file="/includes/showinc.php" -->
you can also make the server parse html and htm documents
by adding this to an htaccess file
AddHandler server-parsed .html
AddHandler server-parsed .htm
|