Vannus het geskryf:
> Can someone point me to how I can make a CGI app that outputs the fields in
> the query?

Think of CGI apps as simple Console applications (that's pretty much what
they are). Everything after the ? is simply passed in as a parameter to
your program. In it's simplest form you can write results back to the user
using writeln() statements.


Regards,
  - Graeme -

-- 
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://opensoft.homeip.net/fpgui/

_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to