Re: QueryString - WeOnlyDo Discussion board

Re: QueryString (General questions)

by wodSupport, Monday, August 02, 2004, 17:06 (7200 days ago) @ wodSupport

P.,

I think I misunderstood you. You actually asked if something like

something.html?posted=1,2,3,4

could be parsed to 4 separate 'posted' variables, each containing different values '1', '2', '3', and '4'? If so, currently wodWebServer will not do this for you. If you think about it, it makes sense - value of 'posted' is '1,2,3,4' and this is what you'll get. Parsing which you currently require is somehow (at least, I see it that way) typical only for your current needs - this isn't something widespread and I don't think this would be needed by many customers. If we go into parsing values, we can get 1000 new requests for different parsing, right?

Hope you see it the same way as me.

BUT! Let's see if we can somehow suit your needs, and still make some wider approach this, to cover more possible combinations? I'm open to your suggestions on how to improve it to suit your needs, but also to be sort of general solution.

BTW why don't you just use VB's Split statement?

Kreso


Complete thread: