sunitad
06-09-2005, 12:02 PM
Help to find mistake in this code.
am trying some SSI code. I have a template, which pulls the content from a variable in query string.
Suppose url is like this.
http://www.myurl.com/testing.shtml?content1
In testing shtml I have code like this:
<!--#set var="which" value="$QUERY_STRING" -->
<!--#include virtual="/DIR1/DIR2/SSI/" + #echo var="which" -->
But it is giving error. [an error occurred while processing this directive]
Please help me to correct it.
Thanks for all the help in advance.
am trying some SSI code. I have a template, which pulls the content from a variable in query string.
Suppose url is like this.
http://www.myurl.com/testing.shtml?content1
In testing shtml I have code like this:
<!--#set var="which" value="$QUERY_STRING" -->
<!--#include virtual="/DIR1/DIR2/SSI/" + #echo var="which" -->
But it is giving error. [an error occurred while processing this directive]
Please help me to correct it.
Thanks for all the help in advance.