I was told and I read that for "active" midgard pages, the "active" part of the URL would be decomposed and put in argc and argv.
What about the parameters of a URL like the following: http://foo.org:80/foo/Geeks/Functions/ffunky/fcool.html?arg1=kiki&arg2=koko I know one can retrieve $arg1 and $arg2. But what if you don't know what arguments were used (not their value, but their key). Is there a midgard API way to dig into, or query a kind a variable or array, that could say how many arguments there were in the request. Why? Because sometimes I have queries like: bla?t=43 sometimes, like: bla?t=43&s=23 and sometimes, like : bla?t=43&s=23&u=12 Therefore, I would like to be able to interrogate something (an array?) that could tell me "there is a t argument, a s argument, and a u argument. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
