I want to include some html-code in a htmlpage. This code contains the menu. On the internet a lot of options are suggested, like:
<!--#include virtual="insertthisfile.html" --> or
<?php include("filename.html"); ?>
Both do not work however. I am a noob in this, but from the manuals and documentation I understood php is enabled so it is supposed to work?
I hope for some good advice!
<!--#include virtual="insertthisfile.html" --> or
<?php include("filename.html"); ?>
Both do not work however. I am a noob in this, but from the manuals and documentation I understood php is enabled so it is supposed to work?
I hope for some good advice!