I have a shtml page & need to include a php page & haven't figured out how to do could use some help. Thank You
<!--#include virtual="script.php"-->
or if you need to pass variables to the script as it is called:
<!--#include virtual="script.php?variable=value"-->
Ensure that your php script will not try to resend the headers again :-)