SSI help needed

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • evo_t
    Registered User
    • Jan 2003
    • 61

    #1

    SSI help needed

    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.
    Last edited by evo_t; 01-25-2003, 03:30 AM.
  • Ted
    Confirmed User
    • Nov 2001
    • 830

    #2
    SSI is so 1998, get into some php

    Comment

    • mrthumbs
      salad tossing sig guy
      • Apr 2002
      • 11702

      #3
      SSI and WYSIWYG applications like frontpage and dreamweaver
      dont go along.

      Make your page with dreamweaver and insert the SSI
      tags with notepad when the page is completed.

      Your syntax looks ok so that's not the problem.

      Comment

      • evo_t
        Registered User
        • Jan 2003
        • 61

        #4
        Thanks Mr Thumbs

        I will try your suggestion with notepad.

        Comment

        Working...