server-side script examples

In the examples on the session page, we have created the front-end code for our pages, but we have not yet asked the server to do the back-end processing of the information captured via these pages.

First, create (or just know about) a script on a server that processes the output of your form.

Second, write an HTML page with the form elements in it.

We will use the lines below to try out several types of input types, linked to instructions to the server to use a CGI script

Checkbox Input Type

Radio Buttons

Drop-Down Box

or a form as seen on our class pages

© R.E. Bergquist