[Lazarus] CGI using weblaz
Joost van der Sluis
joost at cnoc.nl
Wed May 19 15:24:11 CEST 2010
On Wed, 2010-05-19 at 13:45 +0100, Vannus wrote:
> Has anybody got query's to work with weblaz TCustomCGIApplication?
>
> ie.
> my.cgi?q=hello
>
> and my.cgi then outputs whatever q is?
>
> the AResponse.Fields don't get filled with the query and AResponse.URL
> doesn't contain the URL for me to parse myself :(
Try AResponse.QueryFields.
You can also have a look here:
http://services.cnoc.nl/lazarus/index/fclweb
The examples also show what you want.
Joost.
More information about the Lazarus
mailing list