C# C++ C# CGI C# CGI Example C# CGI Sample CGI getenv GetEnvironmentVariable QUERY_STRING BinaryReader BinarySearch CGI Example CGI Sample MFC CGI Example

C CGI EXAMPLE.ZIP

Simple CGI Programming in C   (created at Aug 27, 2007)   54  

Here's the simplest C based CGI example. #include #include int main(void){    char *data;    printf("Content-Type:text/html;xdxa"); ");&n...

C++ CGI Example working on Apache   (created at Aug 27, 2007)   49  

In this short howto I will explain how to setup your apache webserver to run any compiled application as an CGI script and show a little example program to explain the main concepts. So why does someone might have the idea to execute an application? There ...

How to send binary data through C# CGI app?   (created at Aug 27, 2007)   44  

Following example implemented binary data downloading.using System;using System.Collections.Generic;using System.Text;using System.IO;namespace cscgi{  class CsCGI  {    private static string dbgString = "id=1234&pic=123.gif";  &nb...