in reply to Re: SSI/Database questions
in thread SSI/Database questions
They recommend that includes are turned on without the exec option available. This is the recommended method:<!--#exec cmd="ls" -->
You can still pass arguments to your script, though I admit I have only done this using GET style arguments. ie:<!--#include virtual="/cgi-bin/counter.pl" -->
HTH<!--#include virtual="/cgi-bin/counter.pl?offset=1000" -->
|
|---|