A simple question probably, but I can't find an answer anywhere :)
I have an html page and I am trying to pull in a script using an SSI <!--#exec cmd="./test.cgi" -->
Now what i want to do is be able to send a variable with that, now it doesn't work bt just to show you what i'm aiming for i thought something like this: <!--#exec cmd="test.cgi?var=hi" -->
But that isn't working obviously, which is why I'm asking. How can i do this?