in reply to Grabing post data via SSI?
I'm not clear what you're trying to do but you can include query args (depending on server configs) in SSIs this way: <!--#include virtual="/cgi-bin/moo.cgi?cow=guernsey;udders=oh-yeah"-->
If you're trying to post something, you can set the form action to post to the real CGI and redirect or write HTML from there.
|
|---|