Author |
Message |
Topic: Form Query String to .EXE (C++) Cgi App |
DarkSlasher117
Replies: 3
Views: 11412
|
|
Ok...I figured it out (although it isn't what I originally wanted to do...):
Changed form method from GET to POST.
Removed Enviromental-Variable inputs and instead used a CIN>>QUERY;
But ... |
Topic: Form Query String to .EXE (C++) Cgi App |
DarkSlasher117
Replies: 3
Views: 11412
|
|
Just to make it clear...if I run the app with a query like "program.exe?this is a test" - the result is ArgType being 5. Args[0]=thefile, Args[1]=this, Args[2]=is....Args[4]=test. |
Topic: Form Query String to .EXE (C++) Cgi App |
DarkSlasher117
Replies: 3
Views: 11412
|
|
Perhaps this is a stupid question (just to be on the safe side):
I'm in the process of writing a C++ CGI app. I have no problems getting it to run; however, I am having difficulties when submittin ... |
|