View Single Post
  #1  
Old 03-31-2010, 04:57 PM
C++ C++ is offline
Senior Member
 
Join Date: Jun 2009
Posts: 18,248
Default using execv() to exe cgi to web browser help.

i'm trying run a cgi script from a c program using execve(). It seems to be able to open and run the cgi file. but instead of actually generating graphical html it generates html code. example: execve("this.cgi", NULL, NULL) will generate: <div class="codeblock"> <div class="spaced">
__________________
C++
domain name forum
Reply With Quote