I need to embed the contents of a text file in an .htm page. I can't change the ending to PHP. The method I'm trying to use is:
require("/PathToTextFile");
This works fine if I change the ending to .php but I need the embedded code to run in the middle of the .htm page.
I've tried to use the <SCRIPT language='php' method, no cigar.
Thanks,
Stan