Click to See Complete Forum and Search --> : ISAPI with variable parameter count ?


rdoerrer
May 7th, 1999, 02:41 PM
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

Sam Peng
May 7th, 1999, 04:21 PM
No way. But you can write a function, use GetServerVarible, read the input string and parse them.