[fpc-pascal] CGI application

Graeme Geldenhuys graemeg.lists at gmail.com
Wed May 19 14:55:21 CEST 2010


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/




More information about the fpc-pascal mailing list