CGI-Sample3

All of these files are required to run CGI-Sample3. Run sample3html.cgi to get to the other script.

sample3.cgi: Uses POST to recieve information from a form and checks to make sure they are in the correct form.

forms.lib: Contains a function that parses the data recieved from the form. Must be in the same directory as sample3.cgi.

sample3html.cgi: Creates the HTML document that contains the form to run sample3.cgi.