Getting cgi written in C to actually work?

wildbluefaerie

New member
I have a simple C program with permissions 755, and I type:

<form action=submit.c method=post>

but all is does is display the code on the screen instead of executing it... what am I doing wrong?

I followed all the directions from my server about how to set up cgi - it works with a perl file, but not with C, and I can't figure out why.
 
Back
Top