I am trying to pass associates ID's through tour pages using SSI, specifically using QUERY_STRING in the format
<@A HREF="page2.shtml?<@!--#echo var="QUERY_STRING" --@> ">Click Here</A@> @ just added to stop it turning into a link !
Page 1 passes the value OK and it is shown in the top bar of the browser. I am coding in dreamweaver, however when I insert the line above into the code it shows up as a syntax error.
Putting <!--#echo var="QUERY_STRING" --> in any other tags just detects it as a comment.
SSI is active on my server, I can pull the date up OK with it. I'm new to SSI so would appreciate any help.
<@A HREF="page2.shtml?<@!--#echo var="QUERY_STRING" --@> ">Click Here</A@> @ just added to stop it turning into a link !
Page 1 passes the value OK and it is shown in the top bar of the browser. I am coding in dreamweaver, however when I insert the line above into the code it shows up as a syntax error.
Putting <!--#echo var="QUERY_STRING" --> in any other tags just detects it as a comment.
SSI is active on my server, I can pull the date up OK with it. I'm new to SSI so would appreciate any help.

Comment