This may not be the right place to ask, but I'm really stumped and would much prefer FPC over PHP.<br><br>Can someone point me to how I can make a CGI app that outputs the fields in the query?<br><br>ie.<br>my.cgi?q=hello<br>
<br>and my.cgi then outputs whatever q is?<br><br><br>I'm using Lazarus but the deprecated CGI doesn't have any obvious way of getting the URL So I tried weblaz but got nowhere with it - TCustomCGIApplication's AResponse.Fields don't get filled with the query and AResponse.URL doesn't contain the URL for me to parse myself :(<br>
<br>Thanks.<br>