Greetings all once again.
I currently use two include statements in my html for stock page headers, style sheets, and footers, as follows:
[FONT=Courier New]<!--#include virtual="rtcheader.inc" -->[/FONT]
page-specific html code here in between the includes
[FONT=Courier New]<!--#include virtual="rtcfooter.inc" -->[/FONT]
I tried to use this in my sendmail PHP to make the "thank you" page look like the rest of the site. I used statements like:
[FONT=Courier New]print("<!--#include virtual="rtcheader.inc" -->");[/FONT]
but I got a parsing error.
Any thoughts on this one would be appreciated.
Tony