标签:主程 程序员 fastcgi web服务器 php
#include <stdio.h> #include <stdlib.h> int main() { printf("Content-type: text/html\r\n\r\n"); printf("your name is:%s\n", getenv("QUERY_STRING")); return 0; }
主程序员的练成:CGI和FastCGI
原文地址:http://blog.csdn.net/thinkry/article/details/41346131