Hi,
is it possbile to use a server side include of a .php3 file into a .htm file ?
I would like to have a main .htm file that loads some pieces of it from outside .php3 files...
I have tried something like this:
<!--#include virtual="file.php3" -->
inside the .htm file, and I have the .php3 file with allt HTML and BODY tags....
but it doesn't work
Thank you for your answer