CGI Environment variables?

  • Thread starter Thread starter kahuna132005
  • Start date Start date
K

kahuna132005

Guest
I am writing some code within Unix with C and I am having some difficultly understanding what to do/how I implement them?

I have to add these variables for a CGI script. I know some of the variables such as POST, GET, etc and I know I have to use the getenv and setenv functions...

... but how? Do I need to set them after the fork?

Thanks for the help!
 
Back
Top