Is it possible to use one ISAPI for requests with variable parameter names and count ?
In CGI it's a snap, but with this (*%*%* PARSE_MAP it seems impossible.
Any help will be appreciated.
Rainer
Rainer Doerrer
Printable View
Is it possible to use one ISAPI for requests with variable parameter names and count ?
In CGI it's a snap, but with this (*%*%* PARSE_MAP it seems impossible.
Any help will be appreciated.
Rainer
Rainer Doerrer
No way. But you can write a function, use GetServerVarible, read the input string and parse them.