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. -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
