Forum Moderators: coopster
I've been using SSIs to import external HTML files in to the main SHTML document using:
<!--#include virtual="document.htm" -->
I've now had to save one of the documents as a PHP cos of some scripting it's got in it, but I know about zero about PHP and the SSI no longer works.
What's the PHP equivilent to the above command?
include [php.net]("somefile.htm");