#include <stdlibh>
#include <stringh>
char getcgidata(FILE fp, char requestmethod);
int main()
{
char input;
char req_method;
char name[64];
char pass[64];
int i = 0;
int j = 0;
// printf("Content-type: text/plain; charset=iso-8859-1\n\n");
printf("Content-type: text/html\n\n");
printf("The following is query reuslt:<br><br>");
}
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)