in reply to SSI-ing to a script WITH A VARIABLE?

This is somewhat off-topic, but from the apache SSI documentation, you can use
<!-- #include virtual="test.cgi?foo=bar" -->
This will translate the file to the actual file, and pass in the query string as additional parameters. Good luck. Why aren't you calling the script directly from the web browser? use CGI or die; is a great place to start.

    --jb