Date: Thu, 15 Oct 1998 03:11:40 -0500 (EST) From: Nathaniel Johnson To: djgpp AT delorie DOT com Subject: CGI post action In-Reply-To: <3625A474.EF951A1B@mailexcite.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com hello i am writing a cgi program from a c file. does anyone know how to get what is sent from a form in html into the c file? ex: . . .
. . . Now how do i get the textfield "var" so i can use it in my c (CGI) file? thanks