Link to home
Start Free TrialLog in
Avatar of slok
slok

asked on

need cgi in c on unix

I need a cgi program to be written in C and run on AIX.
It will take in variables from a form thru' POST method.
The CGI program will simply read inputs from the form and ouput the values to an output text file.
Any idea how I can do this?  
ASKER CERTIFIED SOLUTION
Avatar of julio011597
julio011597

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of julio011597
julio011597

Sorry, where is:

void err()

should be:

void out_err(void)
Avatar of slok

ASKER

thanks... I have up the points for it.
I will try it out and get back to you.