Re: CGI help
- Posted by GeorgeWalters Jul 16, 2009
- 2071 views
euphoric said...
GeorgeWalters said...
When you launch a cgi program from a document (I know how to do that) does the executing program send its output to the std output like the program above?
Yes... so long as your server is properly configured.
GeorgeWalters said...
If so, I can't see the returning document from his example above which I launch from his html document. I see a black screen flash if I run it directly and can see output if I put a gets(0) at the end. I never see anything back on IE....help!
You have to have a web server (like Apache) running which processes the file first.
Looks just like what I need. Thanks.
George