El 15/04/16 a las 16:22, Michael Van Canneyt escribió:


On Fri, 15 Apr 2016, Leonardo M. Ramé wrote:

Hi, I need to extract the field values of a GET query of type:

http://127.0.0.1/cgi-bin/test.cgi?fields[1]=f1value&fields[2]=f2value

Is there a way to handle this apart from HttpRequest.QueryFields?

What other way would you like ? What is not good about this way ?

Michael.

It works pefectly por param=value&..., but I don't know how to parse array type values.

example: ?filters[0]['filter']=name&filters[0]['value']=john

Regards,
--
Leonardo M. Ramé
Medical IT - Griensu S.A.
Av. Colón 636 - Piso 8 Of. A
X5000EPT -- Córdoba
Tel.: +54(351)4246924 +54(351)4247788 +54(351)4247979 int. 19
Cel.: +54 9 (011) 40871877


--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to