Forum Moderators: coopster
<!--#include virtual="footer.html"--> <?php include '../commentsdir/comments.php' ; ?>
Options Includes
AddType text/html .shtml
AddHandler server-parsed .shtml
Include your php script this way:
<?php include '../commentsdir/comments.php' ; ?>
<!--#include virtual="/directory/filename.php" -->
<!--#include virtual="/directory/filename.html" --> include ($_SERVER['DOCUMENT_ROOT'] . "/directory/filename.php");