home *** CD-ROM | disk | FTP | other *** search
/ Hráč 1999 January / Hrac_26_1999-01_cd3.bin / Programy / tinyweb / CGITEST.ZIP / README.TXT < prev    next >
Text File  |  1997-10-22  |  724b  |  21 lines

  1.  
  2. Files are provided here to test CGI.
  3.  
  4. hello.c  - Displays "Hello, world" in plain form. Compile hello.c into
  5.            hello.exe, place the .exe to /cgi-bin/ and request 
  6.            /cgi-bin/hello.exe
  7.  
  8. helloh.c - Displays "Hello, world!" in html form. The instructions are the
  9.            same as for hello.c - just compile helloh.c into helloh.exe, 
  10.        place the .exe to /cgi-bin/ and request /cgi-bin/helloh.exe
  11.  
  12. hello.pl - Displays "Hello, World!" in plain form. Requires Perl installed.
  13.            Just place hello.pl to /cgi-bin/ and request /cgi-bin/hello.pl
  14.  
  15.  
  16. login.html, login.c login.dpr and loginh.pas give an example of processing
  17. CGI arguments from applications written in C or Delphi.
  18.  
  19.  
  20.  
  21.