Hello!
I'm trying to set up a page system using "dynamic" SSI. That means that I
normally use the following on my website:
<!--#include virtual="file.i nc" -->
Now I want to make this "dynamic" and I don't have a clue how to do so.
I want to link to a file using something like this:
<a href="file.shtm l?dynamic">Link </a>
In "file.shtml " I want to use the "dynamic"-thing that I sent with the
link:
<!--#include virtual=" ??? dynamic ??? " -->
Can somebody help me please? Thank you very much in advance!
-Daniel
I'm trying to set up a page system using "dynamic" SSI. That means that I
normally use the following on my website:
<!--#include virtual="file.i nc" -->
Now I want to make this "dynamic" and I don't have a clue how to do so.
I want to link to a file using something like this:
<a href="file.shtm l?dynamic">Link </a>
In "file.shtml " I want to use the "dynamic"-thing that I sent with the
link:
<!--#include virtual=" ??? dynamic ??? " -->
Can somebody help me please? Thank you very much in advance!
-Daniel
Comment