in reply to how to exec a CGI file with params?
If the specified URL is a CGI program, the program will be executed an +d its output inserted in place of the directive in the parsed file. Y +ou may include a query string in a CGI url: <!--#include virtual="/cgi-bin/example.cgi?argument=value" --> include virtual should be used in preference to exec cgi to include th +e output of CGI programs into an HTML document.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: how to exec a CGI file with params?
by Anonymous Monk on Jun 17, 2006 at 20:35 UTC | |
by CountZero (Bishop) on Jun 17, 2006 at 22:15 UTC | |
by Anonymous Monk on Jun 18, 2006 at 04:14 UTC | |
by CountZero (Bishop) on Jun 18, 2006 at 09:44 UTC |