Gossamer Forum
Home : General : Perl Programming :

SSI Question

Quote Reply
SSI Question
I am trying to write a script for targeted banner advertising on search results in links. When I use this SSI call:
<!--#exec cgi="/target.cgi"-->
it works correctly but if I add:
?keyword=test
After the cgi name I get a error. Can you not pass data through SSI or is there another call?






------------------
Thanks,
Steven Bond
Webmaster for:
Search4info.com and Blur-online.com
"The real danger is not that computers will begin to think like men, but that men will begin to think like computers."
-Unknown
Quote Reply
Re: SSI Question In reply to
Hi

This might work:

Code:
<!--#include virtual="/target.cgi?keyword=test"-->

Chris
Quote Reply
Re: SSI Question In reply to
Ya, that's what i was trying but it didn't work. I messed with it for a while and i got it to work by using #include virtual=.

Thanks for your help,

------------------
Thanks,
Steven Bond
Webmaster for:
Search4info.com and Blur-online.com
"The real danger is not that computers will begin to think like men, but that men will begin to think like computers."
-Unknown
Quote Reply
Re: SSI Question In reply to
You mean like he told you to do?

Just kidding! Smile

adam

[This message has been edited by dahamsta (edited June 16, 1999).]
Quote Reply
Re: SSI Question In reply to
Actually the way he wanted me to use #include virtual= doesn’t work on virtual ave. But his comment to try to use #include virtual= got me try thinking and I figured out that I could use that in a different form if I pointed to a different location.

Thanks for your help,


------------------
Thanks,
Steven Bond
Webmaster for:
Search4info.com and Blur-online.com
"The real danger is not that computers will begin to think like men, but that men will begin to think like computers."
-Unknown